#6DFB14

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

Shades of Bright Green #6DFB14

Tints of Bright Green #6DFB14

Color information

#6DFB14 (or 0x6DFB14) is unknown color: approx Bright Green. HEX triplet: 6D, FB and 14. RGB value is (109,251,20). Sum of RGB (Red+Green+Blue) = 109+251+20=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFB14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DFB14 is #9204EB. Grayscale: #B6B6B6. Windows color (decimal): -9569516 or 1375085. OLE color: 1375085.

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

Color convert

RGB10925120-
CMYK0.5700.920.02
HSL96.88º96.65%53.14%-
HSV(B)96.88º92.03%98.43%-
XYZ40.9372.312.46-
YUV182.2136.4675.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 251 (98.44% from 255) = 66.05%
BLUE value IS 20 (8.20% from 255) = 5.26%
R=28.68%
G=66.05%
B=5.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal109251200.5700.920.0296.8896.6553.14
Hex6DFB143905C2616135
Octal15537324710134214114165
Binary11011011111101110100111001010111001011000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,251,20); }

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

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

 a { background-color: rgb(109,251,20); }

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

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

 span { border-color: rgb(109,251,20); }

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