Html Css Color HEX #7ADA64 Pastel Green

📋 copy color: '#7ADA64'

red 122 ◦ green 218 ◦ blue 100

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

Shades of Pastel Green #7ADA64

Tints of Pastel Green #7ADA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 27.73%
G = 49.55%
B = 22.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#7ADA64 (or 0x7ADA64) is known color: Pastel Green. HEX triplet: 7A, DA and 64. RGB value is (122,218,100). Sum of RGB (Red+Green+Blue) = 122+218+100=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADA64 is #85259B. Grayscale: #B0B0B0. Windows color (decimal): -8725916 or 6609530. OLE color: 6609530.

HSL color Cylindrical-coordinate representation of color #7ADA64: hue angle of 108.81º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7ADA64 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 218 100 -
CMYK 0.44 0 0.54 0.15
HSL 108.81º 0.61% 0.62% -
HSV(B) 108.81º 0.54% 0.85% -
XYZ 35.4 55.2 20.85 -
YUV 175.84 85.2 89.59 -
System Red Green Blue C M Y K H S L
Decimal 122 218 100 0.44 0 0.54 0.15 108.81 0.61 0.62
Hex 7A DA 64 2C 0 36 F 6D 3D 3E
Octal 172 332 144 54 0 66 17 155 75 76
Binary 1111010 11011010 1100100 101100 0 110110 1111 1101101 111101 111110

Color Harmonies of #7ADA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADA64

Black with #7ADA64

Text Example


Text Example

White with #7ADA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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