#6DFD12

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

Shades of Bright Green #6DFD12

Tints of Bright Green #6DFD12

Color information

#6DFD12 (or 0x6DFD12) is unknown color: approx Bright Green. HEX triplet: 6D, FD and 12. RGB value is (109,253,18). Sum of RGB (Red+Green+Blue) = 109+253+18=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 253 (99.22% from 255 or 66.58% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFD12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DFD12 is #9202ED. Grayscale: #B7B7B7. Windows color (decimal): -9569006 or 1244525. OLE color: 1244525.

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

Color convert

RGB10925318-
CMYK0.5700.930.01
HSL96.77º98.33%53.14%-
HSV(B)96.77º92.89%99.22%-
XYZ41.5473.5512.58-
YUV183.1534.7975.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 253 (99.22% from 255) = 66.58%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=28.68%
G=66.58%
B=4.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal109253180.5700.930.0196.7798.3353.14
Hex6DFD123905D1616235
Octal15537522710135114114265
Binary1101101111111011001011100101011101111000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DFD12; }

 p { color: rgb(109,253,18); }

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

<style>
 a { background-color: #6DFD12; }

 a { background-color: rgb(109,253,18); }

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

<style>
 span { border-color: #6DFD12; }

 span { border-color: rgb(109,253,18); }

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