Html Css Color HEX #6ADB01 Bright Green

📋 copy color: '#6ADB01'

red 106 ◦ green 219 ◦ blue 1

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

Shades of Bright Green #6ADB01

Tints of Bright Green #6ADB01

RGB

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

 GREEN value IS 219 (85.94% from 255) = 67.18%

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

R = 32.52%
G = 67.18%
B = 0.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#6ADB01 (or 0x6ADB01) is known color: Bright Green. HEX triplet: 6A, DB and 01. RGB value is (106,219,1). Sum of RGB (Red+Green+Blue) = 106+219+1=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADB01 is #9524FE. Grayscale: #A1A1A1. Windows color (decimal): -9774335 or 121706. OLE color: 121706.

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

Color convert

RGB 106 219 1 -
CMYK 0.52 0 1.00 0.14
HSL 91.1º 0.99% 0.43% -
HSV(B) 91.1º 1% 0.86% -
XYZ 31.28 53.73 8.75 -
YUV 160.36 38.06 89.23 -
System Red Green Blue C M Y K H S L
Decimal 106 219 1 0.52 0 1.00 0.14 91.1 0.99 0.43
Hex 6A DB 1 34 0 64 E 5B 63 2B
Octal 152 333 1 64 0 144 16 133 143 53
Binary 1101010 11011011 1 110100 0 1100100 1110 1011011 1100011 101011

Color Harmonies of #6ADB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB01

Black with #6ADB01

Text Example


Text Example

White with #6ADB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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