Html Css Color HEX #7AD18D De York

📋 copy color: '#7AD18D'

red 122 ◦ green 209 ◦ blue 141

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

Shades of De York #7AD18D

Tints of De York #7AD18D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 25.85%
G = 44.28%
B = 29.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#7AD18D (or 0x7AD18D) is known color: De York. HEX triplet: 7A, D1 and 8D. RGB value is (122,209,141). Sum of RGB (Red+Green+Blue) = 122+209+141=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD18D is #852E72. Grayscale: #AFAFAF. Windows color (decimal): -8728179 or 9294202. OLE color: 9294202.

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

Color convert

RGB 122 209 141 -
CMYK 0.42 0 0.33 0.18
HSL 133.1º 0.49% 0.65% -
HSV(B) 133.1º 0.42% 0.82% -
XYZ 35.63 51.66 33.29 -
YUV 175.24 108.68 90.03 -
System Red Green Blue C M Y K H S L
Decimal 122 209 141 0.42 0 0.33 0.18 133.1 0.49 0.65
Hex 7A D1 8D 2A 0 21 12 85 31 41
Octal 172 321 215 52 0 41 22 205 61 101
Binary 1111010 11010001 10001101 101010 0 100001 10010 10000101 110001 1000001

Color Harmonies of #7AD18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD18D

Black with #7AD18D

Text Example


Text Example

White with #7AD18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,209,141); }

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

background-color css

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

 a { background-color: rgb(122,209,141); }

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

border-color css

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

 span { border-color: rgb(122,209,141); }

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