Html Css Color HEX #6CDA14 Bright Green

📋 copy color: '#6CDA14'

red 108 ◦ green 218 ◦ blue 20

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

Shades of Bright Green #6CDA14

Tints of Bright Green #6CDA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.01%

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

R = 31.21%
G = 63.01%
B = 5.78%

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

#6CDA14 (or 0x6CDA14) is known color: Bright Green. HEX triplet: 6C, DA and 14. RGB value is (108,218,20). Sum of RGB (Red+Green+Blue) = 108+218+20=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDA14 is #9325EB. Grayscale: #A3A3A3. Windows color (decimal): -9643500 or 1366636. OLE color: 1366636.

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

Color convert

RGB 108 218 20 -
CMYK 0.50 0 0.91 0.15
HSL 93.33º 0.83% 0.47% -
HSV(B) 93.33º 0.91% 0.85% -
XYZ 31.38 53.38 9.31 -
YUV 162.54 47.56 89.1 -
System Red Green Blue C M Y K H S L
Decimal 108 218 20 0.50 0 0.91 0.15 93.33 0.83 0.47
Hex 6C DA 14 32 0 5B F 5D 53 2F
Octal 154 332 24 62 0 133 17 135 123 57
Binary 1101100 11011010 10100 110010 0 1011011 1111 1011101 1010011 101111

Color Harmonies of #6CDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDA14

Black with #6CDA14

Text Example


Text Example

White with #6CDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CDA14;
 }
 .AnyTagClassName
 {
   color: #6CDA14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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