Html Css Color HEX #7AD08B De York

📋 copy color: '#7AD08B'

red 122 ◦ green 208 ◦ blue 139

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

Shades of De York #7AD08B

Tints of De York #7AD08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 26.01%
G = 44.35%
B = 29.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#7AD08B (or 0x7AD08B) is known color: De York. HEX triplet: 7A, D0 and 8B. RGB value is (122,208,139). Sum of RGB (Red+Green+Blue) = 122+208+139=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD08B is #852F74. Grayscale: #AEAEAE. Windows color (decimal): -8728437 or 9162874. OLE color: 9162874.

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

Color convert

RGB 122 208 139 -
CMYK 0.41 0 0.33 0.18
HSL 131.86º 0.48% 0.65% -
HSV(B) 131.86º 0.41% 0.82% -
XYZ 35.24 51.11 32.43 -
YUV 174.42 108.01 90.61 -
System Red Green Blue C M Y K H S L
Decimal 122 208 139 0.41 0 0.33 0.18 131.86 0.48 0.65
Hex 7A D0 8B 29 0 21 12 84 30 41
Octal 172 320 213 51 0 41 22 204 60 101
Binary 1111010 11010000 10001011 101001 0 100001 10010 10000100 110000 1000001

Color Harmonies of #7AD08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD08B

Black with #7AD08B

Text Example


Text Example

White with #7AD08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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