#5FDA01

Color #5FDA01 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #5FDA01

Tints of Bright Green #5FDA01

Color information

#5FDA01 (or 0x5FDA01) is unknown color: approx Bright Green. HEX triplet: 5F, DA and 01. RGB value is (95,218,1). Sum of RGB (Red+Green+Blue) = 95+218+1=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDA01 is #A025FE. Grayscale: #9D9D9D. Windows color (decimal): -10495487 or 121439. OLE color: 121439.

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

Color convert

RGB952181-
CMYK0.5601.000.15
HSL94.01º99.09%42.94%-
HSV(B)94.01º99.54%85.49%-
XYZ29.852.588.61-
YUV156.4840.2584.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 218 (85.55% from 255) = 69.43%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=30.25%
G=69.43%
B=0.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal9521810.5601.000.1594.0199.0942.94
Hex5FDA138064F5e632b
Octal13733217001441713614353
Binary101111111011010111100001100100111110111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FDA01;
 }
 .AnyTagClassName
 {
   color: #5FDA01;
 }
</style>
background-color css

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

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

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

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

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

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