#6BD914

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

Shades of Bright Green #6BD914

Tints of Bright Green #6BD914

Color information

#6BD914 (or 0x6BD914) is unknown color: approx Bright Green. HEX triplet: 6B, D9 and 14. RGB value is (107,217,20). Sum of RGB (Red+Green+Blue) = 107+217+20=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 217 (85.16% from 255 or 63.08% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD914 is #9426EB. Grayscale: #A2A2A2. Windows color (decimal): -9709292 or 1366379. OLE color: 1366379.

HSL color Cylindrical-coordinate representation of color #6BD914: hue angle of 93.5º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BD914 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB10721720-
CMYK0.5100.910.15
HSL93.5º83.12%46.47%-
HSV(B)93.5º90.78%85.1%-
XYZ3152.89.22-
YUV161.6548.0689.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.10%
GREEN value IS 217 (85.16% from 255) = 63.08%
BLUE value IS 20 (8.20% from 255) = 5.81%
R=31.10%
G=63.08%
B=5.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal107217200.5100.910.1593.583.1246.47
Hex6BD9143305BF5e532e
Octal153331246301331713612356
Binary1101011110110011010011001101011011111110111101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,217,20); }

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

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

 a { background-color: rgb(107,217,20); }

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

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

 span { border-color: rgb(107,217,20); }

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