Html Css Color HEX #55C132 Kelly Green

📋 copy color: '#55C132'

red 85 ◦ green 193 ◦ blue 50

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

Shades of Kelly Green #55C132

Tints of Kelly Green #55C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.84%

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

R = 25.91%
G = 58.84%
B = 15.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#55C132 (or 0x55C132) is known color: Kelly Green. HEX triplet: 55, C1 and 32. RGB value is (85,193,50). Sum of RGB (Red+Green+Blue) = 85+193+50=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #55C132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C132 is #AA3ECD. Grayscale: #909090. Windows color (decimal): -11157198 or 3326293. OLE color: 3326293.

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

Color convert

RGB 85 193 50 -
CMYK 0.56 0 0.74 0.24
HSL 105.31º 0.59% 0.48% -
HSV(B) 105.31º 0.74% 0.76% -
XYZ 23.39 40.3 9.56 -
YUV 144.41 74.72 85.63 -
System Red Green Blue C M Y K H S L
Decimal 85 193 50 0.56 0 0.74 0.24 105.31 0.59 0.48
Hex 55 C1 32 38 0 4A 18 69 3B 30
Octal 125 301 62 70 0 112 30 151 73 60
Binary 1010101 11000001 110010 111000 0 1001010 11000 1101001 111011 110000

Color Harmonies of #55C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C132

Black with #55C132

Text Example


Text Example

White with #55C132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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