#5FD900

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

Shades of Bright Green #5FD900

Tints of Bright Green #5FD900

Color information

#5FD900 (or 0x5FD900) is unknown color: approx Bright Green. HEX triplet: 5F, D9 and 00. RGB value is (95,217,0). Sum of RGB (Red+Green+Blue) = 95+217+0=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD900 is #A026FF. Grayscale: #9C9C9C. Windows color (decimal): -10495744 or 55647. OLE color: 55647.

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

Color convert

RGB952170-
CMYK0.56010.15
HSL93.73º100%42.55%-
HSV(B)93.73º100%85.1%-
XYZ29.5352.068.49-
YUV155.7840.0884.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.45%
GREEN value IS 217 (85.16% from 255) = 69.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.45%
G=69.55%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal9521700.56010.1593.7310042.55
Hex5FD9038064F5e642b
Octal13733107001441713614453
Binary101111111011001011100001100100111110111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,217,0); }

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

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

 a { background-color: rgb(95,217,0); }

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

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

 span { border-color: rgb(95,217,0); }

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