#5DF00C

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

Shades of Bright Green #5DF00C

Tints of Bright Green #5DF00C

Color information

#5DF00C (or 0x5DF00C) is unknown color: approx Bright Green. HEX triplet: 5D, F0 and 0C. RGB value is (93,240,12). Sum of RGB (Red+Green+Blue) = 93+240+12=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF00C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF00C is #A20FF3. Grayscale: #AAAAAA. Windows color (decimal): -10620916 or 847965. OLE color: 847965.

HSL color Cylindrical-coordinate representation of color #5DF00C: hue angle of 98.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DF00C is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB9324012-
CMYK0.6100.950.06
HSL98.68º90.48%49.41%-
HSV(B)98.68º95%94.12%-
XYZ35.7464.6710.95-
YUV170.0538.873.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.96%
GREEN value IS 240 (94.14% from 255) = 69.57%
BLUE value IS 12 (5.08% from 255) = 3.48%
R=26.96%
G=69.57%
B=3.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal93240120.6100.950.0698.6890.4849.41
Hex5DF0C3D05F6635a31
Octal13536014750137614313261
Binary10111011111000011001111010101111111011000111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,240,12); }

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

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

 a { background-color: rgb(93,240,12); }

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

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

 span { border-color: rgb(93,240,12); }

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