Html Css Color HEX #55B532 Apple

📋 copy color: '#55B532'

red 85 ◦ green 181 ◦ blue 50

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

Shades of Apple #55B532

Tints of Apple #55B532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.28%

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 26.9%
G = 57.28%
B = 15.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#55B532 (or 0x55B532) is known color: Apple. HEX triplet: 55, B5 and 32. RGB value is (85,181,50). Sum of RGB (Red+Green+Blue) = 85+181+50=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #55B532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B532 is #AA4ACD. Grayscale: #898989. Windows color (decimal): -11160270 or 3323221. OLE color: 3323221.

HSL color Cylindrical-coordinate representation of color #55B532: hue angle of 103.97º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55B532 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 50 -
CMYK 0.53 0 0.72 0.29
HSL 103.97º 0.57% 0.45% -
HSV(B) 103.97º 0.72% 0.71% -
XYZ 20.85 35.21 8.72 -
YUV 137.36 78.7 90.65 -
System Red Green Blue C M Y K H S L
Decimal 85 181 50 0.53 0 0.72 0.29 103.97 0.57 0.45
Hex 55 B5 32 35 0 48 1D 68 39 2D
Octal 125 265 62 65 0 110 35 150 71 55
Binary 1010101 10110101 110010 110101 0 1001000 11101 1101000 111001 101101

Color Harmonies of #55B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B532

Black with #55B532

Text Example


Text Example

White with #55B532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,50); }

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

background-color css

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

 a { background-color: rgb(85,181,50); }

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

border-color css

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

 span { border-color: rgb(85,181,50); }

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