#7DDD93

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

Shades of De York #7DDD93

Tints of De York #7DDD93

Color information

#7DDD93 (or 0x7DDD93) is unknown color: approx De York. HEX triplet: 7D, DD and 93. RGB value is (125,221,147). Sum of RGB (Red+Green+Blue) = 125+221+147=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDD93 is #82226C. Grayscale: #B8B8B8. Windows color (decimal): -8528493 or 9690493. OLE color: 9690493.

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

Color convert

RGB125221147-
CMYK0.4300.330.13
HSL133.75º58.54%67.84%-
HSV(B)133.75º43.44%86.67%-
XYZ39.5858.1836.75-
YUV183.86107.286.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=25.35%
G=44.83%
B=29.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211470.4300.330.13133.7558.5467.84
Hex7DDD932B021D863b44
Octal175335223530411520673104
Binary1111101110111011001001110101101000011101100001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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