Html Css Color HEX #7AD08D De York

📋 copy color: '#7AD08D'

red 122 ◦ green 208 ◦ blue 141

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

Shades of De York #7AD08D

Tints of De York #7AD08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

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

R = 25.9%
G = 44.16%
B = 29.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#7AD08D (or 0x7AD08D) is known color: De York. HEX triplet: 7A, D0 and 8D. RGB value is (122,208,141). Sum of RGB (Red+Green+Blue) = 122+208+141=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD08D is #852F72. Grayscale: #AEAEAE. Windows color (decimal): -8728435 or 9293946. OLE color: 9293946.

HSL color Cylindrical-coordinate representation of color #7AD08D: hue angle of 133.26º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD08D is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 141 -
CMYK 0.41 0 0.32 0.18
HSL 133.26º 0.48% 0.65% -
HSV(B) 133.26º 0.41% 0.82% -
XYZ 35.39 51.17 33.21 -
YUV 174.65 109.01 90.45 -
System Red Green Blue C M Y K H S L
Decimal 122 208 141 0.41 0 0.32 0.18 133.26 0.48 0.65
Hex 7A D0 8D 29 0 20 12 85 30 41
Octal 172 320 215 51 0 40 22 205 60 101
Binary 1111010 11010000 10001101 101001 0 100000 10010 10000101 110000 1000001

Color Harmonies of #7AD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD08D

Black with #7AD08D

Text Example


Text Example

White with #7AD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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