Html Css Color HEX #7AD080 De York

📋 copy color: '#7AD080'

red 122 ◦ green 208 ◦ blue 128

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

Shades of De York #7AD080

Tints of De York #7AD080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

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

R = 26.64%
G = 45.41%
B = 27.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#7AD080 (or 0x7AD080) is known color: De York. HEX triplet: 7A, D0 and 80. RGB value is (122,208,128). Sum of RGB (Red+Green+Blue) = 122+208+128=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD080 is #852F7F. Grayscale: #ADADAD. Windows color (decimal): -8728448 or 8441978. OLE color: 8441978.

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

Color convert

RGB 122 208 128 -
CMYK 0.41 0 0.38 0.18
HSL 124.19º 0.48% 0.65% -
HSV(B) 124.19º 0.41% 0.82% -
XYZ 34.48 50.81 28.41 -
YUV 173.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 122 208 128 0.41 0 0.38 0.18 124.19 0.48 0.65
Hex 7A D0 80 29 0 26 12 7C 30 41
Octal 172 320 200 51 0 46 22 174 60 101
Binary 1111010 11010000 10000000 101001 0 100110 10010 1111100 110000 1000001

Color Harmonies of #7AD080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD080

Black with #7AD080

Text Example


Text Example

White with #7AD080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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