Html Css Color HEX #6ADD01 Bright Green

📋 copy color: '#6ADD01'

red 106 ◦ green 221 ◦ blue 1

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

Shades of Bright Green #6ADD01

Tints of Bright Green #6ADD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 67.38%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 32.32%
G = 67.38%
B = 0.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#6ADD01 (or 0x6ADD01) is known color: Bright Green. HEX triplet: 6A, DD and 01. RGB value is (106,221,1). Sum of RGB (Red+Green+Blue) = 106+221+1=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADD01 is #9522FE. Grayscale: #A2A2A2. Windows color (decimal): -9773823 or 122218. OLE color: 122218.

HSL color Cylindrical-coordinate representation of color #6ADD01: hue angle of 91.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6ADD01 is Cyan = 0.52, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 221 1 -
CMYK 0.52 0 1.00 0.13
HSL 91.36º 0.99% 0.44% -
HSV(B) 91.36º 1% 0.87% -
XYZ 31.81 54.78 8.93 -
YUV 161.54 37.4 88.39 -
System Red Green Blue C M Y K H S L
Decimal 106 221 1 0.52 0 1.00 0.13 91.36 0.99 0.44
Hex 6A DD 1 34 0 64 D 5B 63 2C
Octal 152 335 1 64 0 144 15 133 143 54
Binary 1101010 11011101 1 110100 0 1100100 1101 1011011 1100011 101100

Color Harmonies of #6ADD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADD01

Black with #6ADD01

Text Example


Text Example

White with #6ADD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,221,1); }

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

background-color css

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

 a { background-color: rgb(106,221,1); }

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

border-color css

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

 span { border-color: rgb(106,221,1); }

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