Html Css Color HEX #55DB16 Kelly Green

📋 copy color: '#55DB16'

red 85 ◦ green 219 ◦ blue 22

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

Shades of Kelly Green #55DB16

Tints of Kelly Green #55DB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 67.18%

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 26.07%
G = 67.18%
B = 6.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#55DB16 (or 0x55DB16) is known color: Kelly Green. HEX triplet: 55, DB and 16. RGB value is (85,219,22). Sum of RGB (Red+Green+Blue) = 85+219+22=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DB16 is #AA24E9. Grayscale: #9D9D9D. Windows color (decimal): -11150570 or 1497941. OLE color: 1497941.

HSL color Cylindrical-coordinate representation of color #55DB16: hue angle of 100.81º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55DB16 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 219 22 -
CMYK 0.61 0 0.90 0.14
HSL 100.81º 0.82% 0.47% -
HSV(B) 100.81º 0.9% 0.86% -
XYZ 29.22 52.65 9.38 -
YUV 156.48 52.11 77.02 -
System Red Green Blue C M Y K H S L
Decimal 85 219 22 0.61 0 0.90 0.14 100.81 0.82 0.47
Hex 55 DB 16 3D 0 5A E 65 52 2F
Octal 125 333 26 75 0 132 16 145 122 57
Binary 1010101 11011011 10110 111101 0 1011010 1110 1100101 1010010 101111

Color Harmonies of #55DB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DB16

Black with #55DB16

Text Example


Text Example

White with #55DB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,219,22); }

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

background-color css

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

 a { background-color: rgb(85,219,22); }

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

border-color css

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

 span { border-color: rgb(85,219,22); }

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