Html Css Color HEX #7AD685 De York

📋 copy color: '#7AD685'

red 122 ◦ green 214 ◦ blue 133

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

Shades of De York #7AD685

Tints of De York #7AD685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 26.01%
G = 45.63%
B = 28.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#7AD685 (or 0x7AD685) is known color: De York. HEX triplet: 7A, D6 and 85. RGB value is (122,214,133). Sum of RGB (Red+Green+Blue) = 122+214+133=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD685 is #85297A. Grayscale: #B1B1B1. Windows color (decimal): -8726907 or 8771194. OLE color: 8771194.

HSL color Cylindrical-coordinate representation of color #7AD685: hue angle of 127.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD685 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 214 133 -
CMYK 0.43 0 0.38 0.16
HSL 127.17º 0.53% 0.66% -
HSV(B) 127.17º 0.43% 0.84% -
XYZ 36.31 53.92 30.69 -
YUV 177.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 122 214 133 0.43 0 0.38 0.16 127.17 0.53 0.66
Hex 7A D6 85 2B 0 26 10 7F 35 42
Octal 172 326 205 53 0 46 20 177 65 102
Binary 1111010 11010110 10000101 101011 0 100110 10000 1111111 110101 1000010

Color Harmonies of #7AD685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD685

Black with #7AD685

Text Example


Text Example

White with #7AD685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,214,133); }

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

background-color css

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

 a { background-color: rgb(122,214,133); }

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

border-color css

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

 span { border-color: rgb(122,214,133); }

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