Html Css Color HEX #7AD386 De York

📋 copy color: '#7AD386'

red 122 ◦ green 211 ◦ blue 134

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

Shades of De York #7AD386

Tints of De York #7AD386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

 BLUE value IS 134 (52.73% from 255) = 28.69%

R = 26.12%
G = 45.18%
B = 28.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#7AD386 (or 0x7AD386) is known color: De York. HEX triplet: 7A, D3 and 86. RGB value is (122,211,134). Sum of RGB (Red+Green+Blue) = 122+211+134=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD386 is #852C79. Grayscale: #AFAFAF. Windows color (decimal): -8727674 or 8835962. OLE color: 8835962.

HSL color Cylindrical-coordinate representation of color #7AD386: hue angle of 128.09º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD386 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 211 134 -
CMYK 0.42 0 0.36 0.17
HSL 128.09º 0.5% 0.65% -
HSV(B) 128.09º 0.42% 0.83% -
XYZ 35.62 52.45 30.8 -
YUV 175.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 122 211 134 0.42 0 0.36 0.17 128.09 0.5 0.65
Hex 7A D3 86 2A 0 24 11 80 32 41
Octal 172 323 206 52 0 44 21 200 62 101
Binary 1111010 11010011 10000110 101010 0 100100 10001 10000000 110010 1000001

Color Harmonies of #7AD386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD386

Black with #7AD386

Text Example


Text Example

White with #7AD386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,211,134); }

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

background-color css

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

 a { background-color: rgb(122,211,134); }

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

border-color css

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

 span { border-color: rgb(122,211,134); }

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