Html Css Color HEX #7ADD97 De York

📋 copy color: '#7ADD97'

red 122 ◦ green 221 ◦ blue 151

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

Shades of De York #7ADD97

Tints of De York #7ADD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.57%

R = 24.7%
G = 44.74%
B = 30.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#7ADD97 (or 0x7ADD97) is known color: De York. HEX triplet: 7A, DD and 97. RGB value is (122,221,151). Sum of RGB (Red+Green+Blue) = 122+221+151=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD97 is #852268. Grayscale: #B7B7B7. Windows color (decimal): -8725097 or 9952634. OLE color: 9952634.

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

Color convert

RGB 122 221 151 -
CMYK 0.45 0 0.32 0.13
HSL 137.58º 0.59% 0.67% -
HSV(B) 137.58º 0.45% 0.87% -
XYZ 39.47 58.08 38.41 -
YUV 183.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 122 221 151 0.45 0 0.32 0.13 137.58 0.59 0.67
Hex 7A DD 97 2D 0 20 D 8A 3B 43
Octal 172 335 227 55 0 40 15 212 73 103
Binary 1111010 11011101 10010111 101101 0 100000 1101 10001010 111011 1000011

Color Harmonies of #7ADD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD97

Black with #7ADD97

Text Example


Text Example

White with #7ADD97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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