#7DDB9A

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

Shades of De York #7DDB9A

Tints of De York #7DDB9A

Color information

#7DDB9A (or 0x7DDB9A) is unknown color: approx De York. HEX triplet: 7D, DB and 9A. RGB value is (125,219,154). Sum of RGB (Red+Green+Blue) = 125+219+154=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB9A is #822465. Grayscale: #B7B7B7. Windows color (decimal): -8528998 or 10148733. OLE color: 10148733.

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

Color convert

RGB125219154-
CMYK0.4300.300.14
HSL138.51º56.63%67.45%-
HSV(B)138.51º42.92%85.88%-
XYZ39.6257.3639.55-
YUV183.48111.3686.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 219 (85.94% from 255) = 43.98%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=25.10%
G=43.98%
B=30.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191540.4300.300.14138.5156.6367.45
Hex7DDB9A2B01EE8b3943
Octal175333232530361621371103
Binary111110111011011100110101010110111101110100010111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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