Html Css Color HEX #7ADD71 Pastel Green

📋 copy color: '#7ADD71'

red 122 ◦ green 221 ◦ blue 113

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

Shades of Pastel Green #7ADD71

Tints of Pastel Green #7ADD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 26.75%
G = 48.46%
B = 24.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#7ADD71 (or 0x7ADD71) is known color: Pastel Green. HEX triplet: 7A, DD and 71. RGB value is (122,221,113). Sum of RGB (Red+Green+Blue) = 122+221+113=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD71 is #85228E. Grayscale: #B3B3B3. Windows color (decimal): -8725135 or 7462266. OLE color: 7462266.

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

Color convert

RGB 122 221 113 -
CMYK 0.45 0 0.49 0.13
HSL 115º 0.61% 0.65% -
HSV(B) 115º 0.49% 0.87% -
XYZ 36.86 57.04 24.69 -
YUV 179.09 90.7 87.28 -
System Red Green Blue C M Y K H S L
Decimal 122 221 113 0.45 0 0.49 0.13 115 0.61 0.65
Hex 7A DD 71 2D 0 31 D 73 3D 41
Octal 172 335 161 55 0 61 15 163 75 101
Binary 1111010 11011101 1110001 101101 0 110001 1101 1110011 111101 1000001

Color Harmonies of #7ADD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD71

Black with #7ADD71

Text Example


Text Example

White with #7ADD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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