Html Css Color HEX #55DB08 Kelly Green

📋 copy color: '#55DB08'

red 85 ◦ green 219 ◦ blue 8

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

Shades of Kelly Green #55DB08

Tints of Kelly Green #55DB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 27.24%
G = 70.19%
B = 2.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#55DB08 (or 0x55DB08) is known color: Kelly Green. HEX triplet: 55, DB and 08. RGB value is (85,219,8). Sum of RGB (Red+Green+Blue) = 85+219+8=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 219 (85.94% from 255 or 70.19% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DB08 is #AA24F7. Grayscale: #9B9B9B. Windows color (decimal): -11150584 or 580437. OLE color: 580437.

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

Color convert

RGB 85 219 8 -
CMYK 0.61 0 0.96 0.14
HSL 98.1º 0.93% 0.45% -
HSV(B) 98.1º 0.96% 0.86% -
XYZ 29.12 52.61 8.85 -
YUV 154.88 45.11 78.16 -
System Red Green Blue C M Y K H S L
Decimal 85 219 8 0.61 0 0.96 0.14 98.1 0.93 0.45
Hex 55 DB 8 3D 0 60 E 62 5D 2D
Octal 125 333 10 75 0 140 16 142 135 55
Binary 1010101 11011011 1000 111101 0 1100000 1110 1100010 1011101 101101

Color Harmonies of #55DB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DB08

Black with #55DB08

Text Example


Text Example

White with #55DB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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