Html Css Color HEX #55D502 Kelly Green

📋 copy color: '#55D502'

red 85 ◦ green 213 ◦ blue 2

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

Shades of Kelly Green #55D502

Tints of Kelly Green #55D502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 71%

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

R = 28.33%
G = 71%
B = 0.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#55D502 (or 0x55D502) is known color: Kelly Green. HEX triplet: 55, D5 and 02. RGB value is (85,213,2). Sum of RGB (Red+Green+Blue) = 85+213+2=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 213 (83.59% from 255 or 71% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 213 - color contains mainly: green. Hex color #55D502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D502 is #AA2AFD. Grayscale: #979797. Windows color (decimal): -11152126 or 185685. OLE color: 185685.

HSL color Cylindrical-coordinate representation of color #55D502: hue angle of 96.4º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55D502 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 213 2 -
CMYK 0.60 0 0.99 0.16
HSL 96.4º 0.98% 0.42% -
HSV(B) 96.4º 0.99% 0.84% -
XYZ 27.55 49.52 8.16 -
YUV 150.67 44.09 81.16 -
System Red Green Blue C M Y K H S L
Decimal 85 213 2 0.60 0 0.99 0.16 96.4 0.98 0.42
Hex 55 D5 2 3C 0 63 10 60 62 2A
Octal 125 325 2 74 0 143 20 140 142 52
Binary 1010101 11010101 10 111100 0 1100011 10000 1100000 1100010 101010

Color Harmonies of #55D502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D502

Black with #55D502

Text Example


Text Example

White with #55D502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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