Html Css Color HEX #55D802 Kelly Green

📋 copy color: '#55D802'

red 85 ◦ green 216 ◦ blue 2

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

Shades of Kelly Green #55D802

Tints of Kelly Green #55D802

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.29%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 28.05%
G = 71.29%
B = 0.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#55D802 (or 0x55D802) is known color: Kelly Green. HEX triplet: 55, D8 and 02. RGB value is (85,216,2). Sum of RGB (Red+Green+Blue) = 85+216+2=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 216 (84.77% from 255 or 71.29% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 216 - color contains mainly: green. Hex color #55D802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D802 is #AA27FD. Grayscale: #999999. Windows color (decimal): -11151358 or 186453. OLE color: 186453.

HSL color Cylindrical-coordinate representation of color #55D802: hue angle of 96.73º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55D802 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 216 2 -
CMYK 0.61 0 0.99 0.15
HSL 96.73º 0.98% 0.43% -
HSV(B) 96.73º 0.99% 0.85% -
XYZ 28.31 51.05 8.42 -
YUV 152.44 43.1 79.9 -
System Red Green Blue C M Y K H S L
Decimal 85 216 2 0.61 0 0.99 0.15 96.73 0.98 0.43
Hex 55 D8 2 3D 0 63 F 61 62 2B
Octal 125 330 2 75 0 143 17 141 142 53
Binary 1010101 11011000 10 111101 0 1100011 1111 1100001 1100010 101011

Color Harmonies of #55D802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D802

Black with #55D802

Text Example


Text Example

White with #55D802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,216,2); }

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

background-color css

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

 a { background-color: rgb(85,216,2); }

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

border-color css

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

 span { border-color: rgb(85,216,2); }

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