Html Css Color HEX #6AD600 Bright Green

📋 copy color: '#6AD600'

red 106 ◦ green 214 ◦ blue 0

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

Shades of Bright Green #6AD600

Tints of Bright Green #6AD600

RGB

 RED value IS 106 (41.8% from 255) = 33.13%

 GREEN value IS 214 (83.98% from 255) = 66.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.13%
G = 66.88%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#6AD600 (or 0x6AD600) is known color: Bright Green. HEX triplet: 6A, D6 and 00. RGB value is (106,214,0). Sum of RGB (Red+Green+Blue) = 106+214+0=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 214 (83.98% from 255 or 66.88% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD600 is #9529FF. Grayscale: #9E9E9E. Windows color (decimal): -9775616 or 54890. OLE color: 54890.

HSL color Cylindrical-coordinate representation of color #6AD600: hue angle of 90.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AD600 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 214 0 -
CMYK 0.50 0 1 0.16
HSL 90.28º 1% 0.42% -
HSV(B) 90.28º 1% 0.84% -
XYZ 29.99 51.16 8.29 -
YUV 157.31 39.22 91.4 -
System Red Green Blue C M Y K H S L
Decimal 106 214 0 0.50 0 1 0.16 90.28 1 0.42
Hex 6A D6 0 32 0 64 10 5A 64 2A
Octal 152 326 0 62 0 144 20 132 144 52
Binary 1101010 11010110 0 110010 0 1100100 10000 1011010 1100100 101010

Color Harmonies of #6AD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD600

Black with #6AD600

Text Example


Text Example

White with #6AD600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,214,0); }

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

background-color css

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

 a { background-color: rgb(106,214,0); }

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

border-color css

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

 span { border-color: rgb(106,214,0); }

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