Html Css Color HEX #55C013 Kelly Green

📋 copy color: '#55C013'

red 85 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #55C013

Tints of Kelly Green #55C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 28.72%
G = 64.86%
B = 6.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#55C013 (or 0x55C013) is known color: Kelly Green. HEX triplet: 55, C0 and 13. RGB value is (85,192,19). Sum of RGB (Red+Green+Blue) = 85+192+19=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #55C013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C013 is #AA3FEC. Grayscale: #8C8C8C. Windows color (decimal): -11157485 or 1294421. OLE color: 1294421.

HSL color Cylindrical-coordinate representation of color #55C013: hue angle of 97.11º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55C013 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 19 -
CMYK 0.56 0 0.90 0.25
HSL 97.11º 0.82% 0.41% -
HSV(B) 97.11º 0.9% 0.75% -
XYZ 22.71 39.68 7.08 -
YUV 140.29 59.55 88.57 -
System Red Green Blue C M Y K H S L
Decimal 85 192 19 0.56 0 0.90 0.25 97.11 0.82 0.41
Hex 55 C0 13 38 0 5A 19 61 52 29
Octal 125 300 23 70 0 132 31 141 122 51
Binary 1010101 11000000 10011 111000 0 1011010 11001 1100001 1010010 101001

Color Harmonies of #55C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C013

Black with #55C013

Text Example


Text Example

White with #55C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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