Html Css Color HEX #5FD601 Kelly Green

📋 copy color: '#5FD601'

red 95 ◦ green 214 ◦ blue 1

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

Shades of Kelly Green #5FD601

Tints of Kelly Green #5FD601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.03%

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

R = 30.65%
G = 69.03%
B = 0.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#5FD601 (or 0x5FD601) is known color: Kelly Green. HEX triplet: 5F, D6 and 01. RGB value is (95,214,1). Sum of RGB (Red+Green+Blue) = 95+214+1=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 214 (83.98% from 255 or 69.03% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD601 is #A029FE. Grayscale: #9A9A9A. Windows color (decimal): -10496511 or 120415. OLE color: 120415.

HSL color Cylindrical-coordinate representation of color #5FD601: hue angle of 93.52º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FD601 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 214 1 -
CMYK 0.56 0 1.00 0.16
HSL 93.52º 0.99% 0.42% -
HSV(B) 93.52º 1% 0.84% -
XYZ 28.77 50.53 8.27 -
YUV 154.14 41.58 85.82 -
System Red Green Blue C M Y K H S L
Decimal 95 214 1 0.56 0 1.00 0.16 93.52 0.99 0.42
Hex 5F D6 1 38 0 64 10 5E 63 2A
Octal 137 326 1 70 0 144 20 136 143 52
Binary 1011111 11010110 1 111000 0 1100100 10000 1011110 1100011 101010

Color Harmonies of #5FD601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD601

Black with #5FD601

Text Example


Text Example

White with #5FD601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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