Html Css Color HEX #55DB03 Kelly Green

📋 copy color: '#55DB03'

red 85 ◦ green 219 ◦ blue 3

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

Shades of Kelly Green #55DB03

Tints of Kelly Green #55DB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 27.69%
G = 71.34%
B = 0.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#55DB03 (or 0x55DB03) is known color: Kelly Green. HEX triplet: 55, DB and 03. RGB value is (85,219,3). Sum of RGB (Red+Green+Blue) = 85+219+3=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DB03 is #AA24FC. Grayscale: #9B9B9B. Windows color (decimal): -11150589 or 252757. OLE color: 252757.

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

Color convert

RGB 85 219 3 -
CMYK 0.61 0 0.99 0.14
HSL 97.22º 0.97% 0.44% -
HSV(B) 97.22º 0.99% 0.86% -
XYZ 29.09 52.6 8.71 -
YUV 154.31 42.61 78.56 -
System Red Green Blue C M Y K H S L
Decimal 85 219 3 0.61 0 0.99 0.14 97.22 0.97 0.44
Hex 55 DB 3 3D 0 63 E 61 61 2C
Octal 125 333 3 75 0 143 16 141 141 54
Binary 1010101 11011011 11 111101 0 1100011 1110 1100001 1100001 101100

Color Harmonies of #55DB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DB03

Black with #55DB03

Text Example


Text Example

White with #55DB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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