Html Css Color HEX #6AD80D Bright Green

📋 copy color: '#6AD80D'

red 106 ◦ green 216 ◦ blue 13

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

Shades of Bright Green #6AD80D

Tints of Bright Green #6AD80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.48%

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 31.64%
G = 64.48%
B = 3.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#6AD80D (or 0x6AD80D) is known color: Bright Green. HEX triplet: 6A, D8 and 0D. RGB value is (106,216,13). Sum of RGB (Red+Green+Blue) = 106+216+13=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD80D is #9527F2. Grayscale: #A0A0A0. Windows color (decimal): -9775091 or 907370. OLE color: 907370.

HSL color Cylindrical-coordinate representation of color #6AD80D: hue angle of 92.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AD80D is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 216 13 -
CMYK 0.51 0 0.94 0.15
HSL 92.51º 0.89% 0.45% -
HSV(B) 92.51º 0.94% 0.85% -
XYZ 30.57 52.2 8.85 -
YUV 159.97 45.06 89.51 -
System Red Green Blue C M Y K H S L
Decimal 106 216 13 0.51 0 0.94 0.15 92.51 0.89 0.45
Hex 6A D8 D 33 0 5E F 5D 59 2D
Octal 152 330 15 63 0 136 17 135 131 55
Binary 1101010 11011000 1101 110011 0 1011110 1111 1011101 1011001 101101

Color Harmonies of #6AD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD80D

Black with #6AD80D

Text Example


Text Example

White with #6AD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,216,13); }

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

background-color css

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

 a { background-color: rgb(106,216,13); }

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

border-color css

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

 span { border-color: rgb(106,216,13); }

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