#55CC3A

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

Shades of Apple #55CC3A

Tints of Apple #55CC3A

Color information

#55CC3A (or 0x55CC3A) is unknown color: approx Apple. HEX triplet: 55, CC and 3A. RGB value is (85,204,58). Sum of RGB (Red+Green+Blue) = 85+204+58=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC3A is #AA33C5. Grayscale: #989898. Windows color (decimal): -11154374 or 3853397. OLE color: 3853397.

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

Color convert

RGB8520458-
CMYK0.5800.720.2
HSL108.9º58.87%51.37%-
HSV(B)108.9º71.57%80%-
XYZ26.145.4211.39-
YUV151.7775.0880.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 204 (80.08% from 255) = 58.79%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=24.50%
G=58.79%
B=16.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85204580.5800.720.2108.958.8751.37
Hex55CC3A3A048146d3b33
Octal12531472720110241557363
Binary10101011100110011101011101001001000101001101101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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