#5DFD0F

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

Shades of Bright Green #5DFD0F

Tints of Bright Green #5DFD0F

Color information

#5DFD0F (or 0x5DFD0F) is unknown color: approx Bright Green. HEX triplet: 5D, FD and 0F. RGB value is (93,253,15). Sum of RGB (Red+Green+Blue) = 93+253+15=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFD0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DFD0F is #A202F0. Grayscale: #B2B2B2. Windows color (decimal): -10617585 or 1047901. OLE color: 1047901.

HSL color Cylindrical-coordinate representation of color #5DFD0F: hue angle of 100.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DFD0F is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB9325315-
CMYK0.6300.940.01
HSL100.34º98.35%52.55%-
HSV(B)100.34º94.07%99.22%-
XYZ39.7372.6112.37-
YUV178.0335.9967.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 253 (99.22% from 255) = 70.08%
BLUE value IS 15 (6.25% from 255) = 4.16%
R=25.76%
G=70.08%
B=4.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal93253150.6300.940.01100.3498.3552.55
Hex5DFDF3F05E1646235
Octal13537517770136114414265
Binary101110111111101111111111101011110111001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,253,15); }

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

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

 a { background-color: rgb(93,253,15); }

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

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

 span { border-color: rgb(93,253,15); }

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