#7ADF72

Color #7ADF72 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7ADF72

Tints of Pastel Green #7ADF72

Color information

#7ADF72 (or 0x7ADF72) is unknown color: approx Pastel Green. HEX triplet: 7A, DF and 72. RGB value is (122,223,114). Sum of RGB (Red+Green+Blue) = 122+223+114=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADF72 is #85208D. Grayscale: #B4B4B4. Windows color (decimal): -8724622 or 7528314. OLE color: 7528314.

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

Color convert

RGB122223114-
CMYK0.4500.490.13
HSL115.6º63.01%66.08%-
HSV(B)115.6º48.88%87.45%-
XYZ37.4558.1325.17-
YUV180.3890.5486.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=26.58%
G=48.58%
B=24.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231140.4500.490.13115.663.0166.08
Hex7ADF722D031D743f42
Octal172337162550611516477102
Binary11110101101111111100101011010110001110111101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ADF72;
 }
 .AnyTagClassName
 {
   color: #7ADF72;
 }
</style>
background-color css

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

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

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

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

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

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