Html Css Color HEX #7AD693 De York

📋 copy color: '#7AD693'

red 122 ◦ green 214 ◦ blue 147

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

Shades of De York #7AD693

Tints of De York #7AD693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 25.26%
G = 44.31%
B = 30.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#7AD693 (or 0x7AD693) is known color: De York. HEX triplet: 7A, D6 and 93. RGB value is (122,214,147). Sum of RGB (Red+Green+Blue) = 122+214+147=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD693 is #85296C. Grayscale: #B3B3B3. Windows color (decimal): -8726893 or 9688698. OLE color: 9688698.

HSL color Cylindrical-coordinate representation of color #7AD693: hue angle of 136.3º 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 #7AD693 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 214 147 -
CMYK 0.43 0 0.31 0.16
HSL 136.3º 0.53% 0.66% -
HSV(B) 136.3º 0.43% 0.84% -
XYZ 37.34 54.34 36.12 -
YUV 178.85 110.02 87.45 -
System Red Green Blue C M Y K H S L
Decimal 122 214 147 0.43 0 0.31 0.16 136.3 0.53 0.66
Hex 7A D6 93 2B 0 1F 10 88 35 42
Octal 172 326 223 53 0 37 20 210 65 102
Binary 1111010 11010110 10010011 101011 0 11111 10000 10001000 110101 1000010

Color Harmonies of #7AD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD693

Black with #7AD693

Text Example


Text Example

White with #7AD693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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