Html Css Color HEX #7ADD94 De York

📋 copy color: '#7ADD94'

red 122 ◦ green 221 ◦ blue 148

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

Shades of De York #7ADD94

Tints of De York #7ADD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 24.85%
G = 45.01%
B = 30.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#7ADD94 (or 0x7ADD94) is known color: De York. HEX triplet: 7A, DD and 94. RGB value is (122,221,148). Sum of RGB (Red+Green+Blue) = 122+221+148=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD94 is #85226B. Grayscale: #B7B7B7. Windows color (decimal): -8725100 or 9756026. OLE color: 9756026.

HSL color Cylindrical-coordinate representation of color #7ADD94: hue angle of 135.76º 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 #7ADD94 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 148 -
CMYK 0.45 0 0.33 0.13
HSL 135.76º 0.59% 0.67% -
HSV(B) 135.76º 0.45% 0.87% -
XYZ 39.23 57.99 37.14 -
YUV 183.08 108.2 84.44 -
System Red Green Blue C M Y K H S L
Decimal 122 221 148 0.45 0 0.33 0.13 135.76 0.59 0.67
Hex 7A DD 94 2D 0 21 D 88 3B 43
Octal 172 335 224 55 0 41 15 210 73 103
Binary 1111010 11011101 10010100 101101 0 100001 1101 10001000 111011 1000011

Color Harmonies of #7ADD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD94

Black with #7ADD94

Text Example


Text Example

White with #7ADD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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