Html Css Color HEX #55C61C Kelly Green

📋 copy color: '#55C61C'

red 85 ◦ green 198 ◦ blue 28

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

Shades of Kelly Green #55C61C

Tints of Kelly Green #55C61C

RGB

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

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

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

R = 27.33%
G = 63.67%
B = 9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#55C61C (or 0x55C61C) is known color: Kelly Green. HEX triplet: 55, C6 and 1C. RGB value is (85,198,28). Sum of RGB (Red+Green+Blue) = 85+198+28=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #55C61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C61C is #AA39E3. Grayscale: #919191. Windows color (decimal): -11155940 or 1885781. OLE color: 1885781.

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

Color convert

RGB 85 198 28 -
CMYK 0.57 0 0.86 0.22
HSL 99.88º 0.75% 0.44% -
HSV(B) 99.88º 0.86% 0.78% -
XYZ 24.15 42.4 8.01 -
YUV 144.83 62.06 85.32 -
System Red Green Blue C M Y K H S L
Decimal 85 198 28 0.57 0 0.86 0.22 99.88 0.75 0.44
Hex 55 C6 1C 39 0 56 16 64 4B 2C
Octal 125 306 34 71 0 126 26 144 113 54
Binary 1010101 11000110 11100 111001 0 1010110 10110 1100100 1001011 101100

Color Harmonies of #55C61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C61C

Black with #55C61C

Text Example


Text Example

White with #55C61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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