#5FFD0E

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

Shades of Bright Green #5FFD0E

Tints of Bright Green #5FFD0E

Color information

#5FFD0E (or 0x5FFD0E) is unknown color: approx Bright Green. HEX triplet: 5F, FD and 0E. RGB value is (95,253,14). Sum of RGB (Red+Green+Blue) = 95+253+14=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 253 (99.22% from 255 or 69.89% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFD0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFD0E is #A002F1. Grayscale: #B3B3B3. Windows color (decimal): -10486514 or 982367. OLE color: 982367.

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

Color convert

RGB9525314-
CMYK0.6200.940.01
HSL99.67º98.35%52.35%-
HSV(B)99.67º94.47%99.22%-
XYZ39.9272.7212.35-
YUV178.5135.1568.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.24%
GREEN value IS 253 (99.22% from 255) = 69.89%
BLUE value IS 14 (5.86% from 255) = 3.87%
R=26.24%
G=69.89%
B=3.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal95253140.6200.940.0199.6798.3552.35
Hex5FFDE3E05E1646234
Octal13737516760136114414264
Binary101111111111101111011111001011110111001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,253,14); }

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

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

 a { background-color: rgb(95,253,14); }

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

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

 span { border-color: rgb(95,253,14); }

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