Html Css Color HEX #6BDC12 Bright Green

📋 copy color: '#6BDC12'

red 107 ◦ green 220 ◦ blue 18

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

Shades of Bright Green #6BDC12

Tints of Bright Green #6BDC12

RGB

 RED value IS 107 (42.19% from 255) = 31.01%

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

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

R = 31.01%
G = 63.77%
B = 5.22%

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

#6BDC12 (or 0x6BDC12) is known color: Bright Green. HEX triplet: 6B, DC and 12. RGB value is (107,220,18). Sum of RGB (Red+Green+Blue) = 107+220+18=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDC12 is #9423ED. Grayscale: #A3A3A3. Windows color (decimal): -9708526 or 1236075. OLE color: 1236075.

HSL color Cylindrical-coordinate representation of color #6BDC12: hue angle of 93.56º 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 #6BDC12 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 220 18 -
CMYK 0.51 0 0.92 0.14
HSL 93.56º 0.85% 0.47% -
HSV(B) 93.56º 0.92% 0.86% -
XYZ 31.77 54.36 9.39 -
YUV 163.19 46.06 87.93 -
System Red Green Blue C M Y K H S L
Decimal 107 220 18 0.51 0 0.92 0.14 93.56 0.85 0.47
Hex 6B DC 12 33 0 5C E 5E 55 2F
Octal 153 334 22 63 0 134 16 136 125 57
Binary 1101011 11011100 10010 110011 0 1011100 1110 1011110 1010101 101111

Color Harmonies of #6BDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDC12

Black with #6BDC12

Text Example


Text Example

White with #6BDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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