#7DDA8B

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

Shades of De York #7DDA8B

Tints of De York #7DDA8B

Color information

#7DDA8B (or 0x7DDA8B) is unknown color: approx De York. HEX triplet: 7D, DA and 8B. RGB value is (125,218,139). Sum of RGB (Red+Green+Blue) = 125+218+139=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA8B is #822574. Grayscale: #B5B5B5. Windows color (decimal): -8529269 or 9165437. OLE color: 9165437.

HSL color Cylindrical-coordinate representation of color #7DDA8B: hue angle of 129.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA8B is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB125218139-
CMYK0.4300.360.15
HSL129.03º55.69%67.25%-
HSV(B)129.03º42.66%85.49%-
XYZ38.1956.3733.29-
YUV181.19104.1987.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.93%
GREEN value IS 218 (85.55% from 255) = 45.23%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=25.93%
G=45.23%
B=28.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181390.4300.360.15129.0355.6967.25
Hex7DDA8B2B024F813843
Octal175332213530441720170103
Binary1111101110110101000101110101101001001111100000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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