Html Css Color HEX #7ADD86 Pastel Green

📋 copy color: '#7ADD86'

red 122 ◦ green 221 ◦ blue 134

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

Shades of Pastel Green #7ADD86

Tints of Pastel Green #7ADD86

RGB

 RED value IS 122 (48.05% from 255) = 25.58%

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

 BLUE value IS 134 (52.73% from 255) = 28.09%

R = 25.58%
G = 46.33%
B = 28.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#7ADD86 (or 0x7ADD86) is known color: Pastel Green. HEX triplet: 7A, DD and 86. RGB value is (122,221,134). Sum of RGB (Red+Green+Blue) = 122+221+134=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD86 is #852279. Grayscale: #B5B5B5. Windows color (decimal): -8725114 or 8838522. OLE color: 8838522.

HSL color Cylindrical-coordinate representation of color #7ADD86: hue angle of 127.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADD86 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 134 -
CMYK 0.45 0 0.39 0.13
HSL 127.27º 0.59% 0.67% -
HSV(B) 127.27º 0.45% 0.87% -
XYZ 38.19 57.57 31.65 -
YUV 181.48 101.2 85.57 -
System Red Green Blue C M Y K H S L
Decimal 122 221 134 0.45 0 0.39 0.13 127.27 0.59 0.67
Hex 7A DD 86 2D 0 27 D 7F 3B 43
Octal 172 335 206 55 0 47 15 177 73 103
Binary 1111010 11011101 10000110 101101 0 100111 1101 1111111 111011 1000011

Color Harmonies of #7ADD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD86

Black with #7ADD86

Text Example


Text Example

White with #7ADD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ADD86; }

 p { color: rgb(122,221,134); }

 H1.HeaderClassName
 {
   color: #7ADD86;
 }
 .AnyTagClassName
 {
   color: #7ADD86;
 }
</style>

background-color css

<style>
 a { background-color: #7ADD86; }

 a { background-color: rgb(122,221,134); }

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

border-color css

<style>
 span { border-color: #7ADD86; }

 span { border-color: rgb(122,221,134); }

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