#7DD599

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

Shades of De York #7DD599

Tints of De York #7DD599

Color information

#7DD599 (or 0x7DD599) is unknown color: approx De York. HEX triplet: 7D, D5 and 99. RGB value is (125,213,153). Sum of RGB (Red+Green+Blue) = 125+213+153=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD599 is #822A66. Grayscale: #B4B4B4. Windows color (decimal): -8530535 or 10081661. OLE color: 10081661.

HSL color Cylindrical-coordinate representation of color #7DD599: hue angle of 139.09º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD599 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB125213153-
CMYK0.4100.280.16
HSL139.09º51.16%66.27%-
HSV(B)139.09º41.31%83.53%-
XYZ3854.2538.61-
YUV179.85112.8588.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=25.46%
G=43.38%
B=31.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252131530.4100.280.16139.0951.1666.27
Hex7DD5992901C108b3342
Octal175325231510342021363102
Binary1111101110101011001100110100101110010000100010111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,153); }

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

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

 a { background-color: rgb(125,213,153); }

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

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

 span { border-color: rgb(125,213,153); }

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