Html Css Color HEX #55C221 Kelly Green

📋 copy color: '#55C221'

red 85 ◦ green 194 ◦ blue 33

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

Shades of Kelly Green #55C221

Tints of Kelly Green #55C221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.58%

R = 27.24%
G = 62.18%
B = 10.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#55C221 (or 0x55C221) is known color: Kelly Green. HEX triplet: 55, C2 and 21. RGB value is (85,194,33). Sum of RGB (Red+Green+Blue) = 85+194+33=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #55C221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C221 is #AA3DDE. Grayscale: #8F8F8F. Windows color (decimal): -11156959 or 2212437. OLE color: 2212437.

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

Color convert

RGB 85 194 33 -
CMYK 0.56 0 0.83 0.24
HSL 100.62º 0.71% 0.45% -
HSV(B) 100.62º 0.83% 0.76% -
XYZ 23.31 40.62 8.05 -
YUV 143.06 65.89 86.59 -
System Red Green Blue C M Y K H S L
Decimal 85 194 33 0.56 0 0.83 0.24 100.62 0.71 0.45
Hex 55 C2 21 38 0 53 18 65 47 2D
Octal 125 302 41 70 0 123 30 145 107 55
Binary 1010101 11000010 100001 111000 0 1010011 11000 1100101 1000111 101101

Color Harmonies of #55C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C221

Black with #55C221

Text Example


Text Example

White with #55C221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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