Html Css Color HEX #55AB35 Apple

📋 copy color: '#55AB35'

red 85 ◦ green 171 ◦ blue 53

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

Shades of Apple #55AB35

Tints of Apple #55AB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 27.51%
G = 55.34%
B = 17.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#55AB35 (or 0x55AB35) is known color: Apple. HEX triplet: 55, AB and 35. RGB value is (85,171,53). Sum of RGB (Red+Green+Blue) = 85+171+53=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB35 is #AA54CA. Grayscale: #848484. Windows color (decimal): -11162827 or 3517269. OLE color: 3517269.

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

Color convert

RGB 85 171 53 -
CMYK 0.50 0 0.69 0.33
HSL 103.73º 0.53% 0.44% -
HSV(B) 103.73º 0.69% 0.67% -
XYZ 18.95 31.31 8.41 -
YUV 131.83 83.51 94.59 -
System Red Green Blue C M Y K H S L
Decimal 85 171 53 0.50 0 0.69 0.33 103.73 0.53 0.44
Hex 55 AB 35 32 0 45 21 68 35 2C
Octal 125 253 65 62 0 105 41 150 65 54
Binary 1010101 10101011 110101 110010 0 1000101 100001 1101000 110101 101100

Color Harmonies of #55AB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB35

Black with #55AB35

Text Example


Text Example

White with #55AB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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