#55CE3E

Color #55CE3E Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #55CE3E

Tints of Apple #55CE3E

Color information

#55CE3E (or 0x55CE3E) is unknown color: approx Apple. HEX triplet: 55, CE and 3E. RGB value is (85,206,62). Sum of RGB (Red+Green+Blue) = 85+206+62=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE3E is #AA31C1. Grayscale: #999999. Windows color (decimal): -11153858 or 4116053. OLE color: 4116053.

HSL color Cylindrical-coordinate representation of color #55CE3E: hue angle of 110.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55CE3E is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB8520662-
CMYK0.5900.700.19
HSL110.42º59.5%52.55%-
HSV(B)110.42º69.9%80.78%-
XYZ26.6946.4212.11-
YUV153.476.4179.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 206 (80.86% from 255) = 58.36%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=24.08%
G=58.36%
B=17.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal85206620.5900.700.19110.4259.552.55
Hex55CE3E3B046136e3c35
Octal12531676730106231567465
Binary10101011100111011111011101101000110100111101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CE3E; }

 p { color: rgb(85,206,62); }

 H1.HeaderClassName
 {
   color: #55CE3E;
 }
 .AnyTagClassName
 {
   color: #55CE3E;
 }
</style>
background-color css

<style>
 a { background-color: #55CE3E; }

 a { background-color: rgb(85,206,62); }

 div.DivClassName
 {
   background-color: #55CE3E;
 }
 .BgClassName
 {
   background-color: #55CE3E;
 }
</style>
border-color css

<style>
 span { border-color: #55CE3E; }

 span { border-color: rgb(85,206,62); }

 td.TdClassName
 {
   border-color: #55CE3E;
 }
 .TagClassName
 {
   border-color: #55CE3E;
 }
</style>