Html Css Color HEX #55C620 Kelly Green

📋 copy color: '#55C620'

red 85 ◦ green 198 ◦ blue 32

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

Shades of Kelly Green #55C620

Tints of Kelly Green #55C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 62.86%

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

R = 26.98%
G = 62.86%
B = 10.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#55C620 (or 0x55C620) is known color: Kelly Green. HEX triplet: 55, C6 and 20. RGB value is (85,198,32). Sum of RGB (Red+Green+Blue) = 85+198+32=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #55C620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C620 is #AA39DF. Grayscale: #919191. Windows color (decimal): -11155936 or 2147925. OLE color: 2147925.

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

Color convert

RGB 85 198 32 -
CMYK 0.57 0 0.84 0.22
HSL 100.84º 0.72% 0.45% -
HSV(B) 100.84º 0.84% 0.78% -
XYZ 24.2 42.42 8.28 -
YUV 145.29 64.06 85 -
System Red Green Blue C M Y K H S L
Decimal 85 198 32 0.57 0 0.84 0.22 100.84 0.72 0.45
Hex 55 C6 20 39 0 54 16 65 48 2D
Octal 125 306 40 71 0 124 26 145 110 55
Binary 1010101 11000110 100000 111001 0 1010100 10110 1100101 1001000 101101

Color Harmonies of #55C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C620

Black with #55C620

Text Example


Text Example

White with #55C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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