Html Css Color HEX #7AD286 De York

📋 copy color: '#7AD286'

red 122 ◦ green 210 ◦ blue 134

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

Shades of De York #7AD286

Tints of De York #7AD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

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

R = 26.18%
G = 45.06%
B = 28.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#7AD286 (or 0x7AD286) is known color: De York. HEX triplet: 7A, D2 and 86. RGB value is (122,210,134). Sum of RGB (Red+Green+Blue) = 122+210+134=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD286 is #852D79. Grayscale: #AFAFAF. Windows color (decimal): -8727930 or 8835706. OLE color: 8835706.

HSL color Cylindrical-coordinate representation of color #7AD286: hue angle of 128.18º 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 #7AD286 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 210 134 -
CMYK 0.42 0 0.36 0.18
HSL 128.18º 0.49% 0.65% -
HSV(B) 128.18º 0.42% 0.82% -
XYZ 35.38 51.95 30.72 -
YUV 175.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 122 210 134 0.42 0 0.36 0.18 128.18 0.49 0.65
Hex 7A D2 86 2A 0 24 12 80 31 41
Octal 172 322 206 52 0 44 22 200 61 101
Binary 1111010 11010010 10000110 101010 0 100100 10010 10000000 110001 1000001

Color Harmonies of #7AD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD286

Black with #7AD286

Text Example


Text Example

White with #7AD286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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