#55BC34

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

Shades of Apple #55BC34

Tints of Apple #55BC34

Color information

#55BC34 (or 0x55BC34) is unknown color: approx Apple. HEX triplet: 55, BC and 34. RGB value is (85,188,52). Sum of RGB (Red+Green+Blue) = 85+188+52=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC34 is #AA43CB. Grayscale: #8E8E8E. Windows color (decimal): -11158476 or 3456085. OLE color: 3456085.

HSL color Cylindrical-coordinate representation of color #55BC34: hue angle of 105.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55BC34 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB8518852-
CMYK0.5500.720.26
HSL105.44º56.67%47.06%-
HSV(B)105.44º72.34%73.73%-
XYZ22.3538.159.43-
YUV141.777.3887.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 188 (73.83% from 255) = 57.85%
BLUE value IS 52 (20.70% from 255) = 16%
R=26.15%
G=57.85%
B=16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85188520.5500.720.26105.4456.6747.06
Hex55BC34370481A69392f
Octal12527464670110321517157
Binary10101011011110011010011011101001000110101101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,52); }

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

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

 a { background-color: rgb(85,188,52); }

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

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

 span { border-color: rgb(85,188,52); }

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