Html Css Color HEX #7AD180 De York

📋 copy color: '#7AD180'

red 122 ◦ green 209 ◦ blue 128

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

Shades of De York #7AD180

Tints of De York #7AD180

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.53%

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 26.58%
G = 45.53%
B = 27.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#7AD180 (or 0x7AD180) is known color: De York. HEX triplet: 7A, D1 and 80. RGB value is (122,209,128). Sum of RGB (Red+Green+Blue) = 122+209+128=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD180 is #852E7F. Grayscale: #ADADAD. Windows color (decimal): -8728192 or 8442234. OLE color: 8442234.

HSL color Cylindrical-coordinate representation of color #7AD180: hue angle of 124.14º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD180 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 209 128 -
CMYK 0.42 0 0.39 0.18
HSL 124.14º 0.49% 0.65% -
HSV(B) 124.14º 0.42% 0.82% -
XYZ 34.72 51.3 28.49 -
YUV 173.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 122 209 128 0.42 0 0.39 0.18 124.14 0.49 0.65
Hex 7A D1 80 2A 0 27 12 7C 31 41
Octal 172 321 200 52 0 47 22 174 61 101
Binary 1111010 11010001 10000000 101010 0 100111 10010 1111100 110001 1000001

Color Harmonies of #7AD180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD180

Black with #7AD180

Text Example


Text Example

White with #7AD180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,209,128); }

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

background-color css

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

 a { background-color: rgb(122,209,128); }

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

border-color css

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

 span { border-color: rgb(122,209,128); }

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