Html Css Color HEX #55B529 Kelly Green

📋 copy color: '#55B529'

red 85 ◦ green 181 ◦ blue 41

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

Shades of Kelly Green #55B529

Tints of Kelly Green #55B529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 27.69%
G = 58.96%
B = 13.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#55B529 (or 0x55B529) is known color: Kelly Green. HEX triplet: 55, B5 and 29. RGB value is (85,181,41). Sum of RGB (Red+Green+Blue) = 85+181+41=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #55B529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B529 is #AA4AD6. Grayscale: #888888. Windows color (decimal): -11160279 or 2733397. OLE color: 2733397.

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

Color convert

RGB 85 181 41 -
CMYK 0.53 0 0.77 0.29
HSL 101.14º 0.63% 0.44% -
HSV(B) 101.14º 0.77% 0.71% -
XYZ 20.67 35.14 7.79 -
YUV 136.34 74.2 91.38 -
System Red Green Blue C M Y K H S L
Decimal 85 181 41 0.53 0 0.77 0.29 101.14 0.63 0.44
Hex 55 B5 29 35 0 4D 1D 65 3F 2C
Octal 125 265 51 65 0 115 35 145 77 54
Binary 1010101 10110101 101001 110101 0 1001101 11101 1100101 111111 101100

Color Harmonies of #55B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B529

Black with #55B529

Text Example


Text Example

White with #55B529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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