Html Css Color HEX #7AD572 Pastel Green

📋 copy color: '#7AD572'

red 122 ◦ green 213 ◦ blue 114

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

Shades of Pastel Green #7AD572

Tints of Pastel Green #7AD572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 27.17%
G = 47.44%
B = 25.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#7AD572 (or 0x7AD572) is known color: Pastel Green. HEX triplet: 7A, D5 and 72. RGB value is (122,213,114). Sum of RGB (Red+Green+Blue) = 122+213+114=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD572 is #852A8D. Grayscale: #AEAEAE. Windows color (decimal): -8727182 or 7525754. OLE color: 7525754.

HSL color Cylindrical-coordinate representation of color #7AD572: hue angle of 115.15º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AD572 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 213 114 -
CMYK 0.43 0 0.46 0.16
HSL 115.15º 0.54% 0.64% -
HSV(B) 115.15º 0.46% 0.84% -
XYZ 34.86 52.94 24.3 -
YUV 174.51 93.85 90.55 -
System Red Green Blue C M Y K H S L
Decimal 122 213 114 0.43 0 0.46 0.16 115.15 0.54 0.64
Hex 7A D5 72 2B 0 2E 10 73 36 40
Octal 172 325 162 53 0 56 20 163 66 100
Binary 1111010 11010101 1110010 101011 0 101110 10000 1110011 110110 1000000

Color Harmonies of #7AD572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD572

Black with #7AD572

Text Example


Text Example

White with #7AD572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,213,114); }

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

background-color css

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

 a { background-color: rgb(122,213,114); }

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

border-color css

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

 span { border-color: rgb(122,213,114); }

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