#7DDB93

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

Shades of De York #7DDB93

Tints of De York #7DDB93

Color information

#7DDB93 (or 0x7DDB93) is unknown color: approx De York. HEX triplet: 7D, DB and 93. RGB value is (125,219,147). Sum of RGB (Red+Green+Blue) = 125+219+147=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB93 is #82246C. Grayscale: #B6B6B6. Windows color (decimal): -8529005 or 9689981. OLE color: 9689981.

HSL color Cylindrical-coordinate representation of color #7DDB93: hue angle of 134.04º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB93 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB125219147-
CMYK0.4300.330.14
HSL134.04º56.63%67.45%-
HSV(B)134.04º42.92%85.88%-
XYZ39.0657.1336.57-
YUV182.69107.8686.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=25.46%
G=44.60%
B=29.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191470.4300.330.14134.0456.6367.45
Hex7DDB932B021E863943
Octal175333223530411620671103
Binary1111101110110111001001110101101000011110100001101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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