Html Css Color HEX #5FDF1F Kelly Green

📋 copy color: '#5FDF1F'

red 95 ◦ green 223 ◦ blue 31

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

Shades of Kelly Green #5FDF1F

Tints of Kelly Green #5FDF1F

RGB

 RED value IS 95 (37.5% from 255) = 27.22%

 GREEN value IS 223 (87.5% from 255) = 63.9%

 BLUE value IS 31 (12.5% from 255) = 8.88%

R = 27.22%
G = 63.9%
B = 8.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#5FDF1F (or 0x5FDF1F) is known color: Kelly Green. HEX triplet: 5F, DF and 1F. RGB value is (95,223,31). Sum of RGB (Red+Green+Blue) = 95+223+31=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF1F is #A020E0. Grayscale: #A3A3A3. Windows color (decimal): -10494177 or 2088799. OLE color: 2088799.

HSL color Cylindrical-coordinate representation of color #5FDF1F: hue angle of 100º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FDF1F is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 223 31 -
CMYK 0.57 0 0.86 0.13
HSL 100º 0.76% 0.5% -
HSV(B) 100º 0.86% 0.87% -
XYZ 31.35 55.31 10.32 -
YUV 162.84 53.59 79.61 -
System Red Green Blue C M Y K H S L
Decimal 95 223 31 0.57 0 0.86 0.13 100 0.76 0.5
Hex 5F DF 1F 39 0 56 D 64 4C 32
Octal 137 337 37 71 0 126 15 144 114 62
Binary 1011111 11011111 11111 111001 0 1010110 1101 1100100 1001100 110010

Color Harmonies of #5FDF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDF1F

Black with #5FDF1F

Text Example


Text Example

White with #5FDF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,223,31); }

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

background-color css

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

 a { background-color: rgb(95,223,31); }

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

border-color css

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

 span { border-color: rgb(95,223,31); }

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