Html Css Color HEX #5FD001 Kelly Green

📋 copy color: '#5FD001'

red 95 ◦ green 208 ◦ blue 1

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

Shades of Kelly Green #5FD001

Tints of Kelly Green #5FD001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 31.25%
G = 68.42%
B = 0.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#5FD001 (or 0x5FD001) is known color: Kelly Green. HEX triplet: 5F, D0 and 01. RGB value is (95,208,1). Sum of RGB (Red+Green+Blue) = 95+208+1=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD001 is #A02FFE. Grayscale: #979797. Windows color (decimal): -10498047 or 118879. OLE color: 118879.

HSL color Cylindrical-coordinate representation of color #5FD001: hue angle of 92.75º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FD001 is Cyan = 0.54, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 1 -
CMYK 0.54 0 1.00 0.18
HSL 92.75º 0.99% 0.41% -
HSV(B) 92.75º 1% 0.82% -
XYZ 27.28 47.55 7.77 -
YUV 150.62 43.56 88.33 -
System Red Green Blue C M Y K H S L
Decimal 95 208 1 0.54 0 1.00 0.18 92.75 0.99 0.41
Hex 5F D0 1 36 0 64 12 5D 63 29
Octal 137 320 1 66 0 144 22 135 143 51
Binary 1011111 11010000 1 110110 0 1100100 10010 1011101 1100011 101001

Color Harmonies of #5FD001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD001

Black with #5FD001

Text Example


Text Example

White with #5FD001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,208,1); }

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

background-color css

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

 a { background-color: rgb(95,208,1); }

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

border-color css

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

 span { border-color: rgb(95,208,1); }

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