Html Css Color HEX #7AD085 De York

📋 copy color: '#7AD085'

red 122 ◦ green 208 ◦ blue 133

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

Shades of De York #7AD085

Tints of De York #7AD085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 26.35%
G = 44.92%
B = 28.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#7AD085 (or 0x7AD085) is known color: De York. HEX triplet: 7A, D0 and 85. RGB value is (122,208,133). Sum of RGB (Red+Green+Blue) = 122+208+133=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD085 is #852F7A. Grayscale: #ADADAD. Windows color (decimal): -8728443 or 8769658. OLE color: 8769658.

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

Color convert

RGB 122 208 133 -
CMYK 0.41 0 0.36 0.18
HSL 127.67º 0.48% 0.65% -
HSV(B) 127.67º 0.41% 0.82% -
XYZ 34.82 50.94 30.19 -
YUV 173.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 122 208 133 0.41 0 0.36 0.18 127.67 0.48 0.65
Hex 7A D0 85 29 0 24 12 80 30 41
Octal 172 320 205 51 0 44 22 200 60 101
Binary 1111010 11010000 10000101 101001 0 100100 10010 10000000 110000 1000001

Color Harmonies of #7AD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD085

Black with #7AD085

Text Example


Text Example

White with #7AD085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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