Html Css Color HEX #55DB12 Kelly Green

📋 copy color: '#55DB12'

red 85 ◦ green 219 ◦ blue 18

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

Shades of Kelly Green #55DB12

Tints of Kelly Green #55DB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 26.4%
G = 68.01%
B = 5.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#55DB12 (or 0x55DB12) is known color: Kelly Green. HEX triplet: 55, DB and 12. RGB value is (85,219,18). Sum of RGB (Red+Green+Blue) = 85+219+18=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 219 (85.94% from 255 or 68.01% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DB12 is #AA24ED. Grayscale: #9C9C9C. Windows color (decimal): -11150574 or 1235797. OLE color: 1235797.

HSL color Cylindrical-coordinate representation of color #55DB12: hue angle of 100º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55DB12 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 219 18 -
CMYK 0.61 0 0.92 0.14
HSL 100º 0.85% 0.46% -
HSV(B) 100º 0.92% 0.86% -
XYZ 29.19 52.64 9.19 -
YUV 156.02 50.11 77.34 -
System Red Green Blue C M Y K H S L
Decimal 85 219 18 0.61 0 0.92 0.14 100 0.85 0.46
Hex 55 DB 12 3D 0 5C E 64 55 2E
Octal 125 333 22 75 0 134 16 144 125 56
Binary 1010101 11011011 10010 111101 0 1011100 1110 1100100 1010101 101110

Color Harmonies of #55DB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DB12

Black with #55DB12

Text Example


Text Example

White with #55DB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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