Html Css Color HEX #55C220 Kelly Green

📋 copy color: '#55C220'

red 85 ◦ green 194 ◦ blue 32

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

Shades of Kelly Green #55C220

Tints of Kelly Green #55C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.38%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 27.33%
G = 62.38%
B = 10.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#55C220 (or 0x55C220) is known color: Kelly Green. HEX triplet: 55, C2 and 20. RGB value is (85,194,32). Sum of RGB (Red+Green+Blue) = 85+194+32=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #55C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C220 is #AA3DDF. Grayscale: #8F8F8F. Windows color (decimal): -11156960 or 2146901. OLE color: 2146901.

HSL color Cylindrical-coordinate representation of color #55C220: hue angle of 100.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55C220 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 32 -
CMYK 0.56 0 0.84 0.24
HSL 100.37º 0.72% 0.44% -
HSV(B) 100.37º 0.84% 0.76% -
XYZ 23.3 40.62 7.98 -
YUV 142.94 65.39 86.67 -
System Red Green Blue C M Y K H S L
Decimal 85 194 32 0.56 0 0.84 0.24 100.37 0.72 0.44
Hex 55 C2 20 38 0 54 18 64 48 2C
Octal 125 302 40 70 0 124 30 144 110 54
Binary 1010101 11000010 100000 111000 0 1010100 11000 1100100 1001000 101100

Color Harmonies of #55C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C220

Black with #55C220

Text Example


Text Example

White with #55C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,32); }

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

background-color css

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

 a { background-color: rgb(85,194,32); }

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

border-color css

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

 span { border-color: rgb(85,194,32); }

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