Html Css Color HEX #6CD914 Bright Green

📋 copy color: '#6CD914'

red 108 ◦ green 217 ◦ blue 20

#6CD914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #6CD914

Tints of Bright Green #6CD914

RGB

 RED value IS 108 (42.58% from 255) = 31.3%

 GREEN value IS 217 (85.16% from 255) = 62.9%

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 31.3%
G = 62.9%
B = 5.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#6CD914 (or 0x6CD914) is known color: 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

RGB 108 217 20 -
CMYK 0.50 0 0.91 0.15
HSL 93.2º 0.83% 0.46% -
HSV(B) 93.2º 0.91% 0.85% -
XYZ 31.12 52.86 9.23 -
YUV 161.95 47.89 89.52 -
System Red Green Blue C M Y K H S L
Decimal 108 217 20 0.50 0 0.91 0.15 93.2 0.83 0.46
Hex 6C D9 14 32 0 5B F 5D 53 2E
Octal 154 331 24 62 0 133 17 135 123 56
Binary 1101100 11011001 10100 110010 0 1011011 1111 1011101 1010011 101110

Color Harmonies of #6CD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD914

Black with #6CD914

Text Example


Text Example

White with #6CD914

Text Example


Text Example

HTML Codes & Css Web 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>