Html Css Color HEX #55C032 Kelly Green

📋 copy color: '#55C032'

red 85 ◦ green 192 ◦ blue 50

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

Shades of Kelly Green #55C032

Tints of Kelly Green #55C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.72%

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 25.99%
G = 58.72%
B = 15.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#55C032 (or 0x55C032) is known color: Kelly Green. HEX triplet: 55, C0 and 32. RGB value is (85,192,50). Sum of RGB (Red+Green+Blue) = 85+192+50=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #55C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C032 is #AA3FCD. Grayscale: #909090. Windows color (decimal): -11157454 or 3326037. OLE color: 3326037.

HSL color Cylindrical-coordinate representation of color #55C032: hue angle of 105.21º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55C032 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 50 -
CMYK 0.56 0 0.74 0.25
HSL 105.21º 0.59% 0.47% -
HSV(B) 105.21º 0.74% 0.75% -
XYZ 23.17 39.86 9.49 -
YUV 143.82 75.05 86.05 -
System Red Green Blue C M Y K H S L
Decimal 85 192 50 0.56 0 0.74 0.25 105.21 0.59 0.47
Hex 55 C0 32 38 0 4A 19 69 3B 2F
Octal 125 300 62 70 0 112 31 151 73 57
Binary 1010101 11000000 110010 111000 0 1001010 11001 1101001 111011 101111

Color Harmonies of #55C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C032

Black with #55C032

Text Example


Text Example

White with #55C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,192,50); }

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

background-color css

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

 a { background-color: rgb(85,192,50); }

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

border-color css

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

 span { border-color: rgb(85,192,50); }

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