#7DDD96

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

Shades of De York #7DDD96

Tints of De York #7DDD96

Color information

#7DDD96 (or 0x7DDD96) is unknown color: approx De York. HEX triplet: 7D, DD and 96. RGB value is (125,221,150). Sum of RGB (Red+Green+Blue) = 125+221+150=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDD96 is #822269. Grayscale: #B8B8B8. Windows color (decimal): -8528490 or 9887101. OLE color: 9887101.

HSL color Cylindrical-coordinate representation of color #7DDD96: hue angle of 135.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDD96 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB125221150-
CMYK0.4300.320.13
HSL135.62º58.54%67.84%-
HSV(B)135.62º43.44%86.67%-
XYZ39.8258.2738-
YUV184.2108.785.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.20%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=25.20%
G=44.56%
B=30.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211500.4300.320.13135.6258.5467.84
Hex7DDD962B020D883b44
Octal175335226530401521073104
Binary1111101110111011001011010101101000001101100010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,150); }

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

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

 a { background-color: rgb(125,221,150); }

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

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

 span { border-color: rgb(125,221,150); }

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