Html Css Color HEX #5DBF14 Kelly Green

📋 copy color: '#5DBF14'

red 93 ◦ green 191 ◦ blue 20

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

Shades of Kelly Green #5DBF14

Tints of Kelly Green #5DBF14

RGB

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

 GREEN value IS 191 (75% from 255) = 62.83%

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

R = 30.59%
G = 62.83%
B = 6.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#5DBF14 (or 0x5DBF14) is known color: Kelly Green. HEX triplet: 5D, BF and 14. RGB value is (93,191,20). Sum of RGB (Red+Green+Blue) = 93+191+20=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 191 (75% from 255 or 62.83% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBF14 is #A240EB. Grayscale: #8E8E8E. Windows color (decimal): -10633452 or 1359709. OLE color: 1359709.

HSL color Cylindrical-coordinate representation of color #5DBF14: hue angle of 94.39º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DBF14 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 191 20 -
CMYK 0.51 0 0.90 0.25
HSL 94.39º 0.81% 0.41% -
HSV(B) 94.39º 0.9% 0.75% -
XYZ 23.27 39.64 7.09 -
YUV 142.2 59.03 92.9 -
System Red Green Blue C M Y K H S L
Decimal 93 191 20 0.51 0 0.90 0.25 94.39 0.81 0.41
Hex 5D BF 14 33 0 5A 19 5E 51 29
Octal 135 277 24 63 0 132 31 136 121 51
Binary 1011101 10111111 10100 110011 0 1011010 11001 1011110 1010001 101001

Color Harmonies of #5DBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF14

Black with #5DBF14

Text Example


Text Example

White with #5DBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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