Html Css Color HEX #7ADD74 Pastel Green

📋 copy color: '#7ADD74'

red 122 ◦ green 221 ◦ blue 116

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

Shades of Pastel Green #7ADD74

Tints of Pastel Green #7ADD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 26.58%
G = 48.15%
B = 25.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#7ADD74 (or 0x7ADD74) is known color: Pastel Green. HEX triplet: 7A, DD and 74. RGB value is (122,221,116). Sum of RGB (Red+Green+Blue) = 122+221+116=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD74 is #85228B. Grayscale: #B3B3B3. Windows color (decimal): -8725132 or 7658874. OLE color: 7658874.

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

Color convert

RGB 122 221 116 -
CMYK 0.45 0 0.48 0.13
HSL 116.57º 0.61% 0.66% -
HSV(B) 116.57º 0.48% 0.87% -
XYZ 37.03 57.11 25.59 -
YUV 179.43 92.2 87.04 -
System Red Green Blue C M Y K H S L
Decimal 122 221 116 0.45 0 0.48 0.13 116.57 0.61 0.66
Hex 7A DD 74 2D 0 30 D 75 3D 42
Octal 172 335 164 55 0 60 15 165 75 102
Binary 1111010 11011101 1110100 101101 0 110000 1101 1110101 111101 1000010

Color Harmonies of #7ADD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD74

Black with #7ADD74

Text Example


Text Example

White with #7ADD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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