#55CC3B

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

Shades of Apple #55CC3B

Tints of Apple #55CC3B

Color information

#55CC3B (or 0x55CC3B) is unknown color: approx Apple. HEX triplet: 55, CC and 3B. RGB value is (85,204,59). Sum of RGB (Red+Green+Blue) = 85+204+59=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC3B is #AA33C4. Grayscale: #989898. Windows color (decimal): -11154373 or 3918933. OLE color: 3918933.

HSL color Cylindrical-coordinate representation of color #55CC3B: hue angle of 109.24º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55CC3B is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB8520459-
CMYK0.5800.710.2
HSL109.24º58.7%51.57%-
HSV(B)109.24º71.08%80%-
XYZ26.1345.4311.53-
YUV151.8975.5880.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 204 (80.08% from 255) = 58.62%
BLUE value IS 59 (23.44% from 255) = 16.95%
R=24.43%
G=58.62%
B=16.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85204590.5800.710.2109.2458.751.57
Hex55CC3B3A047146d3b34
Octal12531473720107241557364
Binary10101011100110011101111101001000111101001101101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,204,59); }

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

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

 a { background-color: rgb(85,204,59); }

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

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

 span { border-color: rgb(85,204,59); }

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