Html Css Color HEX #6ADC04 Bright Green

📋 copy color: '#6ADC04'

red 106 ◦ green 220 ◦ blue 4

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

Shades of Bright Green #6ADC04

Tints of Bright Green #6ADC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 32.12%
G = 66.67%
B = 1.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#6ADC04 (or 0x6ADC04) is known color: Bright Green. HEX triplet: 6A, DC and 04. RGB value is (106,220,4). Sum of RGB (Red+Green+Blue) = 106+220+4=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC04 is #9523FB. Grayscale: #A2A2A2. Windows color (decimal): -9774076 or 318570. OLE color: 318570.

HSL color Cylindrical-coordinate representation of color #6ADC04: hue angle of 91.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6ADC04 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 4 -
CMYK 0.52 0 0.98 0.14
HSL 91.67º 0.96% 0.44% -
HSV(B) 91.67º 0.98% 0.86% -
XYZ 31.56 54.26 8.92 -
YUV 161.29 39.23 88.56 -
System Red Green Blue C M Y K H S L
Decimal 106 220 4 0.52 0 0.98 0.14 91.67 0.96 0.44
Hex 6A DC 4 34 0 62 E 5C 60 2C
Octal 152 334 4 64 0 142 16 134 140 54
Binary 1101010 11011100 100 110100 0 1100010 1110 1011100 1100000 101100

Color Harmonies of #6ADC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC04

Black with #6ADC04

Text Example


Text Example

White with #6ADC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,4); }

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

background-color css

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

 a { background-color: rgb(106,220,4); }

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

border-color css

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

 span { border-color: rgb(106,220,4); }

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