#7DDA97

Color #7DDA97 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7DDA97

Tints of De York #7DDA97

Color information

#7DDA97 (or 0x7DDA97) is unknown color: approx De York. HEX triplet: 7D, DA and 97. RGB value is (125,218,151). Sum of RGB (Red+Green+Blue) = 125+218+151=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA97 is #822568. Grayscale: #B6B6B6. Windows color (decimal): -8529257 or 9951869. OLE color: 9951869.

HSL color Cylindrical-coordinate representation of color #7DDA97: hue angle of 136.77º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA97 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB125218151-
CMYK0.4300.310.15
HSL136.77º55.69%67.25%-
HSV(B)136.77º42.66%85.49%-
XYZ39.1156.7438.17-
YUV182.56110.1986.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=25.30%
G=44.13%
B=30.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181510.4300.310.15136.7755.6967.25
Hex7DDA972B01FF893843
Octal175332227530371721170103
Binary111110111011010100101111010110111111111100010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,218,151); }

 H1.HeaderClassName
 {
   color: #7DDA97;
 }
 .AnyTagClassName
 {
   color: #7DDA97;
 }
</style>
background-color css

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

 a { background-color: rgb(125,218,151); }

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

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

 span { border-color: rgb(125,218,151); }

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