#5DD701

Color #5DD701 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5DD701

Tints of Kelly Green #5DD701

Color information

#5DD701 (or 0x5DD701) is unknown color: approx Kelly Green. HEX triplet: 5D, D7 and 01. RGB value is (93,215,1). Sum of RGB (Red+Green+Blue) = 93+215+1=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD701 is #A228FE. Grayscale: #9A9A9A. Windows color (decimal): -10627327 or 120669. OLE color: 120669.

HSL color Cylindrical-coordinate representation of color #5DD701: hue angle of 94.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DD701 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB932151-
CMYK0.5701.000.16
HSL94.21º99.07%42.35%-
HSV(B)94.21º99.53%84.31%-
XYZ28.8250.938.34-
YUV154.1341.5884.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.10%
GREEN value IS 215 (84.38% from 255) = 69.58%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=30.10%
G=69.58%
B=0.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal9321510.5701.000.1694.2199.0742.35
Hex5DD7139064105e632a
Octal13532717101442013614352
Binary1011101110101111111001011001001000010111101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DD701; }

 p { color: rgb(93,215,1); }

 H1.HeaderClassName
 {
   color: #5DD701;
 }
 .AnyTagClassName
 {
   color: #5DD701;
 }
</style>
background-color css

<style>
 a { background-color: #5DD701; }

 a { background-color: rgb(93,215,1); }

 div.DivClassName
 {
   background-color: #5DD701;
 }
 .BgClassName
 {
   background-color: #5DD701;
 }
</style>
border-color css

<style>
 span { border-color: #5DD701; }

 span { border-color: rgb(93,215,1); }

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