#7DDD91

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

Shades of De York #7DDD91

Tints of De York #7DDD91

Color information

#7DDD91 (or 0x7DDD91) is unknown color: approx De York. HEX triplet: 7D, DD and 91. RGB value is (125,221,145). Sum of RGB (Red+Green+Blue) = 125+221+145=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDD91 is #82226E. Grayscale: #B7B7B7. Windows color (decimal): -8528495 or 9559421. OLE color: 9559421.

HSL color Cylindrical-coordinate representation of color #7DDD91: hue angle of 132.5º 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 #7DDD91 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB125221145-
CMYK0.4300.340.13
HSL132.5º58.54%67.84%-
HSV(B)132.5º43.44%86.67%-
XYZ39.4258.1235.93-
YUV183.63106.286.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=25.46%
G=45.01%
B=29.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211450.4300.340.13132.558.5467.84
Hex7DDD912B022D843b44
Octal175335221530421520473104
Binary1111101110111011001000110101101000101101100001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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