#6CD914

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

Shades of Bright Green #6CD914

Tints of Bright Green #6CD914

Color information

#6CD914 (or 0x6CD914) is unknown color: approx Bright Green. HEX triplet: 6C, D9 and 14. RGB value is (108,217,20). Sum of RGB (Red+Green+Blue) = 108+217+20=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD914 is #9326EB. Grayscale: #A2A2A2. Windows color (decimal): -9643756 or 1366380. OLE color: 1366380.

HSL color Cylindrical-coordinate representation of color #6CD914: hue angle of 93.2º 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 #6CD914 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB10821720-
CMYK0.5000.910.15
HSL93.2º83.12%46.47%-
HSV(B)93.2º90.78%85.1%-
XYZ31.1252.869.23-
YUV161.9547.8989.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 217 (85.16% from 255) = 62.90%
BLUE value IS 20 (8.20% from 255) = 5.80%
R=31.30%
G=62.90%
B=5.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal108217200.5000.910.1593.283.1246.47
Hex6CD9143205BF5d532e
Octal154331246201331713512356
Binary1101100110110011010011001001011011111110111011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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