Html Css Color HEX #55AB39 Apple

📋 copy color: '#55AB39'

red 85 ◦ green 171 ◦ blue 57

#55AB39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #55AB39

Tints of Apple #55AB39

RGB

 RED value IS 85 (33.59% from 255) = 27.16%

 GREEN value IS 171 (67.19% from 255) = 54.63%

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 27.16%
G = 54.63%
B = 18.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#55AB39 (or 0x55AB39) is known color: Apple. HEX triplet: 55, AB and 39. RGB value is (85,171,57). Sum of RGB (Red+Green+Blue) = 85+171+57=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB39 is #AA54C6. Grayscale: #848484. Windows color (decimal): -11162823 or 3779413. OLE color: 3779413.

HSL color Cylindrical-coordinate representation of color #55AB39: hue angle of 105.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55AB39 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 57 -
CMYK 0.50 0 0.67 0.33
HSL 105.26º 0.5% 0.45% -
HSV(B) 105.26º 0.67% 0.67% -
XYZ 19.05 31.35 8.92 -
YUV 132.29 85.51 94.27 -
System Red Green Blue C M Y K H S L
Decimal 85 171 57 0.50 0 0.67 0.33 105.26 0.5 0.45
Hex 55 AB 39 32 0 43 21 69 32 2D
Octal 125 253 71 62 0 103 41 151 62 55
Binary 1010101 10101011 111001 110010 0 1000011 100001 1101001 110010 101101

Color Harmonies of #55AB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB39

Black with #55AB39

Text Example


Text Example

White with #55AB39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,171,57); }

 H1.HeaderClassName
 {
   color: #55AB39;
 }
 .AnyTagClassName
 {
   color: #55AB39;
 }
</style>

background-color css

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

 a { background-color: rgb(85,171,57); }

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

border-color css

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

 span { border-color: rgb(85,171,57); }

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