Html Css Color HEX #5DD014 Kelly Green

📋 copy color: '#5DD014'

red 93 ◦ green 208 ◦ blue 20

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

Shades of Kelly Green #5DD014

Tints of Kelly Green #5DD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.8%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 28.97%
G = 64.8%
B = 6.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#5DD014 (or 0x5DD014) is known color: Kelly Green. HEX triplet: 5D, D0 and 14. RGB value is (93,208,20). Sum of RGB (Red+Green+Blue) = 93+208+20=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD014 is #A22FEB. Grayscale: #989898. Windows color (decimal): -10629100 or 1364061. OLE color: 1364061.

HSL color Cylindrical-coordinate representation of color #5DD014: hue angle of 96.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DD014 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 20 -
CMYK 0.55 0 0.90 0.18
HSL 96.7º 0.82% 0.45% -
HSV(B) 96.7º 0.9% 0.82% -
XYZ 27.2 47.49 8.39 -
YUV 152.18 53.4 85.79 -
System Red Green Blue C M Y K H S L
Decimal 93 208 20 0.55 0 0.90 0.18 96.7 0.82 0.45
Hex 5D D0 14 37 0 5A 12 61 52 2D
Octal 135 320 24 67 0 132 22 141 122 55
Binary 1011101 11010000 10100 110111 0 1011010 10010 1100001 1010010 101101

Color Harmonies of #5DD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD014

Black with #5DD014

Text Example


Text Example

White with #5DD014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,208,20); }

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

background-color css

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

 a { background-color: rgb(93,208,20); }

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

border-color css

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

 span { border-color: rgb(93,208,20); }

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