Html Css Color HEX #55DD13 Kelly Green

📋 copy color: '#55DD13'

red 85 ◦ green 221 ◦ blue 19

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

Shades of Kelly Green #55DD13

Tints of Kelly Green #55DD13

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68%

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

R = 26.15%
G = 68%
B = 5.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#55DD13 (or 0x55DD13) is known color: Kelly Green. HEX triplet: 55, DD and 13. RGB value is (85,221,19). Sum of RGB (Red+Green+Blue) = 85+221+19=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DD13 is #AA22EC. Grayscale: #9D9D9D. Windows color (decimal): -11150061 or 1301845. OLE color: 1301845.

HSL color Cylindrical-coordinate representation of color #55DD13: hue angle of 100.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55DD13 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 19 -
CMYK 0.62 0 0.91 0.13
HSL 100.4º 0.84% 0.47% -
HSV(B) 100.4º 0.91% 0.87% -
XYZ 29.72 53.69 9.41 -
YUV 157.31 49.94 76.43 -
System Red Green Blue C M Y K H S L
Decimal 85 221 19 0.62 0 0.91 0.13 100.4 0.84 0.47
Hex 55 DD 13 3E 0 5B D 64 54 2F
Octal 125 335 23 76 0 133 15 144 124 57
Binary 1010101 11011101 10011 111110 0 1011011 1101 1100100 1010100 101111

Color Harmonies of #55DD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD13

Black with #55DD13

Text Example


Text Example

White with #55DD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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