Html Css Color HEX #7AD58E De York

📋 copy color: '#7AD58E'

red 122 ◦ green 213 ◦ blue 142

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

Shades of De York #7AD58E

Tints of De York #7AD58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.65%

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 25.58%
G = 44.65%
B = 29.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#7AD58E (or 0x7AD58E) is known color: De York. HEX triplet: 7A, D5 and 8E. RGB value is (122,213,142). Sum of RGB (Red+Green+Blue) = 122+213+142=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD58E is #852A71. Grayscale: #B1B1B1. Windows color (decimal): -8727154 or 9360762. OLE color: 9360762.

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

Color convert

RGB 122 213 142 -
CMYK 0.43 0 0.33 0.16
HSL 133.19º 0.52% 0.66% -
HSV(B) 133.19º 0.43% 0.84% -
XYZ 36.7 53.68 34.02 -
YUV 177.7 107.85 88.27 -
System Red Green Blue C M Y K H S L
Decimal 122 213 142 0.43 0 0.33 0.16 133.19 0.52 0.66
Hex 7A D5 8E 2B 0 21 10 85 34 42
Octal 172 325 216 53 0 41 20 205 64 102
Binary 1111010 11010101 10001110 101011 0 100001 10000 10000101 110100 1000010

Color Harmonies of #7AD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD58E

Black with #7AD58E

Text Example


Text Example

White with #7AD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,213,142); }

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

background-color css

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

 a { background-color: rgb(122,213,142); }

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

border-color css

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

 span { border-color: rgb(122,213,142); }

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