#7ADF64

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

Shades of Pastel Green #7ADF64

Tints of Pastel Green #7ADF64

Color information

#7ADF64 (or 0x7ADF64) is unknown color: approx Pastel Green. HEX triplet: 7A, DF and 64. RGB value is (122,223,100). Sum of RGB (Red+Green+Blue) = 122+223+100=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADF64 is #85209B. Grayscale: #B3B3B3. Windows color (decimal): -8724636 or 6610810. OLE color: 6610810.

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

Color convert

RGB122223100-
CMYK0.4500.550.13
HSL109.27º65.78%63.33%-
HSV(B)109.27º55.16%87.45%-
XYZ36.7157.8321.28-
YUV178.7883.5487.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.42%
GREEN value IS 223 (87.5% from 255) = 50.11%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=27.42%
G=50.11%
B=22.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231000.4500.550.13109.2765.7863.33
Hex7ADF642D037D6d423f
Octal172337144550671515510277
Binary11110101101111111001001011010110111110111011011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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