Html Css Color HEX #6AE501 Bright Green

📋 copy color: '#6AE501'

red 106 ◦ green 229 ◦ blue 1

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

Shades of Bright Green #6AE501

Tints of Bright Green #6AE501

RGB

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

 GREEN value IS 229 (89.84% from 255) = 68.15%

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

R = 31.55%
G = 68.15%
B = 0.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#6AE501 (or 0x6AE501) is known color: Bright Green. HEX triplet: 6A, E5 and 01. RGB value is (106,229,1). Sum of RGB (Red+Green+Blue) = 106+229+1=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 229 (89.84% from 255 or 68.15% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE501 is #951AFE. Grayscale: #A7A7A7. Windows color (decimal): -9771775 or 124266. OLE color: 124266.

HSL color Cylindrical-coordinate representation of color #6AE501: hue angle of 92.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AE501 is Cyan = 0.54, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 106 229 1 -
CMYK 0.54 0 1.00 0.10
HSL 92.37º 0.99% 0.45% -
HSV(B) 92.37º 1% 0.9% -
XYZ 33.97 59.1 9.65 -
YUV 166.23 34.75 85.04 -
System Red Green Blue C M Y K H S L
Decimal 106 229 1 0.54 0 1.00 0.10 92.37 0.99 0.45
Hex 6A E5 1 36 0 64 A 5C 63 2D
Octal 152 345 1 66 0 144 12 134 143 55
Binary 1101010 11100101 1 110110 0 1100100 1010 1011100 1100011 101101

Color Harmonies of #6AE501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE501

Black with #6AE501

Text Example


Text Example

White with #6AE501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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