Html Css Color HEX #5DCF0F Kelly Green

📋 copy color: '#5DCF0F'

red 93 ◦ green 207 ◦ blue 15

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

Shades of Kelly Green #5DCF0F

Tints of Kelly Green #5DCF0F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 65.71%

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 29.52%
G = 65.71%
B = 4.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#5DCF0F (or 0x5DCF0F) is known color: Kelly Green. HEX triplet: 5D, CF and 0F. RGB value is (93,207,15). Sum of RGB (Red+Green+Blue) = 93+207+15=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCF0F is #A230F0. Grayscale: #979797. Windows color (decimal): -10629361 or 1036125. OLE color: 1036125.

HSL color Cylindrical-coordinate representation of color #5DCF0F: hue angle of 95.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DCF0F is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 15 -
CMYK 0.55 0 0.93 0.19
HSL 95.63º 0.86% 0.44% -
HSV(B) 95.63º 0.93% 0.81% -
XYZ 26.91 46.99 8.1 -
YUV 151.03 51.23 86.61 -
System Red Green Blue C M Y K H S L
Decimal 93 207 15 0.55 0 0.93 0.19 95.63 0.86 0.44
Hex 5D CF F 37 0 5D 13 60 56 2C
Octal 135 317 17 67 0 135 23 140 126 54
Binary 1011101 11001111 1111 110111 0 1011101 10011 1100000 1010110 101100

Color Harmonies of #5DCF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCF0F

Black with #5DCF0F

Text Example


Text Example

White with #5DCF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,207,15); }

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

background-color css

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

 a { background-color: rgb(93,207,15); }

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

border-color css

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

 span { border-color: rgb(93,207,15); }

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