Html Css Color HEX #5DD508 Kelly Green

📋 copy color: '#5DD508'

red 93 ◦ green 213 ◦ blue 8

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

Shades of Kelly Green #5DD508

Tints of Kelly Green #5DD508

RGB

 RED value IS 93 (36.72% from 255) = 29.62%

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

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

R = 29.62%
G = 67.83%
B = 2.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#5DD508 (or 0x5DD508) is known color: Kelly Green. HEX triplet: 5D, D5 and 08. RGB value is (93,213,8). Sum of RGB (Red+Green+Blue) = 93+213+8=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD508 is #A22AF7. Grayscale: #9A9A9A. Windows color (decimal): -10627832 or 578909. OLE color: 578909.

HSL color Cylindrical-coordinate representation of color #5DD508: hue angle of 95.12º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DD508 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 213 8 -
CMYK 0.56 0 0.96 0.16
HSL 95.12º 0.93% 0.43% -
HSV(B) 95.12º 0.96% 0.84% -
XYZ 28.35 49.93 8.37 -
YUV 153.75 45.74 84.67 -
System Red Green Blue C M Y K H S L
Decimal 93 213 8 0.56 0 0.96 0.16 95.12 0.93 0.43
Hex 5D D5 8 38 0 60 10 5F 5D 2B
Octal 135 325 10 70 0 140 20 137 135 53
Binary 1011101 11010101 1000 111000 0 1100000 10000 1011111 1011101 101011

Color Harmonies of #5DD508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD508

Black with #5DD508

Text Example


Text Example

White with #5DD508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,213,8); }

 H1.HeaderClassName
 {
   color: #5DD508;
 }
 .AnyTagClassName
 {
   color: #5DD508;
 }
</style>

background-color css

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

 a { background-color: rgb(93,213,8); }

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

border-color css

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

 span { border-color: rgb(93,213,8); }

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