Html Css Color HEX #55C51C Kelly Green

📋 copy color: '#55C51C'

red 85 ◦ green 197 ◦ blue 28

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

Shades of Kelly Green #55C51C

Tints of Kelly Green #55C51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 63.55%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 27.42%
G = 63.55%
B = 9.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#55C51C (or 0x55C51C) is known color: Kelly Green. HEX triplet: 55, C5 and 1C. RGB value is (85,197,28). Sum of RGB (Red+Green+Blue) = 85+197+28=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #55C51C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C51C is #AA3AE3. Grayscale: #909090. Windows color (decimal): -11156196 or 1885525. OLE color: 1885525.

HSL color Cylindrical-coordinate representation of color #55C51C: hue angle of 99.76º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55C51C is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 197 28 -
CMYK 0.57 0 0.86 0.23
HSL 99.76º 0.75% 0.44% -
HSV(B) 99.76º 0.86% 0.77% -
XYZ 23.92 41.95 7.93 -
YUV 144.25 62.39 85.74 -
System Red Green Blue C M Y K H S L
Decimal 85 197 28 0.57 0 0.86 0.23 99.76 0.75 0.44
Hex 55 C5 1C 39 0 56 17 64 4B 2C
Octal 125 305 34 71 0 126 27 144 113 54
Binary 1010101 11000101 11100 111001 0 1010110 10111 1100100 1001011 101100

Color Harmonies of #55C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C51C

Black with #55C51C

Text Example


Text Example

White with #55C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,197,28); }

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

background-color css

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

 a { background-color: rgb(85,197,28); }

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

border-color css

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

 span { border-color: rgb(85,197,28); }

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