Html Css Color HEX #6CDC12 Bright Green

📋 copy color: '#6CDC12'

red 108 ◦ green 220 ◦ blue 18

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

Shades of Bright Green #6CDC12

Tints of Bright Green #6CDC12

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.58%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 31.21%
G = 63.58%
B = 5.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#6CDC12 (or 0x6CDC12) is known color: Bright Green. HEX triplet: 6C, DC and 12. RGB value is (108,220,18). Sum of RGB (Red+Green+Blue) = 108+220+18=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDC12 is #9323ED. Grayscale: #A4A4A4. Windows color (decimal): -9642990 or 1236076. OLE color: 1236076.

HSL color Cylindrical-coordinate representation of color #6CDC12: hue angle of 93.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CDC12 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 220 18 -
CMYK 0.51 0 0.92 0.14
HSL 93.27º 0.85% 0.47% -
HSV(B) 93.27º 0.92% 0.86% -
XYZ 31.89 54.42 9.4 -
YUV 163.48 45.89 88.43 -
System Red Green Blue C M Y K H S L
Decimal 108 220 18 0.51 0 0.92 0.14 93.27 0.85 0.47
Hex 6C DC 12 33 0 5C E 5D 55 2F
Octal 154 334 22 63 0 134 16 135 125 57
Binary 1101100 11011100 10010 110011 0 1011100 1110 1011101 1010101 101111

Color Harmonies of #6CDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDC12

Black with #6CDC12

Text Example


Text Example

White with #6CDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,220,18); }

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

background-color css

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

 a { background-color: rgb(108,220,18); }

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

border-color css

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

 span { border-color: rgb(108,220,18); }

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