#7DDB8B

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

Shades of De York #7DDB8B

Tints of De York #7DDB8B

Color information

#7DDB8B (or 0x7DDB8B) is unknown color: approx De York. HEX triplet: 7D, DB and 8B. RGB value is (125,219,139). Sum of RGB (Red+Green+Blue) = 125+219+139=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB8B is #822474. Grayscale: #B5B5B5. Windows color (decimal): -8529013 or 9165693. OLE color: 9165693.

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

Color convert

RGB125219139-
CMYK0.4300.370.14
HSL128.94º56.63%67.45%-
HSV(B)128.94º42.92%85.88%-
XYZ38.4556.8933.38-
YUV181.77103.8687.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 219 (85.94% from 255) = 45.34%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=25.88%
G=45.34%
B=28.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191390.4300.370.14128.9456.6367.45
Hex7DDB8B2B025E813943
Octal175333213530451620171103
Binary1111101110110111000101110101101001011110100000011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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