Html Css Color HEX #55C00D Kelly Green

📋 copy color: '#55C00D'

red 85 ◦ green 192 ◦ blue 13

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

Shades of Kelly Green #55C00D

Tints of Kelly Green #55C00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 29.31%
G = 66.21%
B = 4.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#55C00D (or 0x55C00D) is known color: Kelly Green. HEX triplet: 55, C0 and 0D. RGB value is (85,192,13). Sum of RGB (Red+Green+Blue) = 85+192+13=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #55C00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C00D is #AA3FF2. Grayscale: #8C8C8C. Windows color (decimal): -11157491 or 901205. OLE color: 901205.

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

Color convert

RGB 85 192 13 -
CMYK 0.56 0 0.93 0.25
HSL 95.87º 0.87% 0.4% -
HSV(B) 95.87º 0.93% 0.75% -
XYZ 22.67 39.66 6.84 -
YUV 139.6 56.55 89.05 -
System Red Green Blue C M Y K H S L
Decimal 85 192 13 0.56 0 0.93 0.25 95.87 0.87 0.4
Hex 55 C0 D 38 0 5D 19 60 57 28
Octal 125 300 15 70 0 135 31 140 127 50
Binary 1010101 11000000 1101 111000 0 1011101 11001 1100000 1010111 101000

Color Harmonies of #55C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C00D

Black with #55C00D

Text Example


Text Example

White with #55C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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