Html Css Color HEX #55B32D Kelly Green

📋 copy color: '#55B32D'

red 85 ◦ green 179 ◦ blue 45

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

Shades of Kelly Green #55B32D

Tints of Kelly Green #55B32D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.93%

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 27.51%
G = 57.93%
B = 14.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#55B32D (or 0x55B32D) is known color: Kelly Green. HEX triplet: 55, B3 and 2D. RGB value is (85,179,45). Sum of RGB (Red+Green+Blue) = 85+179+45=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #55B32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B32D is #AA4CD2. Grayscale: #888888. Windows color (decimal): -11160787 or 2995029. OLE color: 2995029.

HSL color Cylindrical-coordinate representation of color #55B32D: hue angle of 102.09º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55B32D is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 179 45 -
CMYK 0.53 0 0.75 0.30
HSL 102.09º 0.6% 0.44% -
HSV(B) 102.09º 0.75% 0.7% -
XYZ 20.34 34.36 8.04 -
YUV 135.62 76.86 91.9 -
System Red Green Blue C M Y K H S L
Decimal 85 179 45 0.53 0 0.75 0.30 102.09 0.6 0.44
Hex 55 B3 2D 35 0 4B 1E 66 3C 2C
Octal 125 263 55 65 0 113 36 146 74 54
Binary 1010101 10110011 101101 110101 0 1001011 11110 1100110 111100 101100

Color Harmonies of #55B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B32D

Black with #55B32D

Text Example


Text Example

White with #55B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,179,45); }

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

background-color css

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

 a { background-color: rgb(85,179,45); }

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

border-color css

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

 span { border-color: rgb(85,179,45); }

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