#7DD08B

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

Shades of De York #7DD08B

Tints of De York #7DD08B

Color information

#7DD08B (or 0x7DD08B) is unknown color: approx De York. HEX triplet: 7D, D0 and 8B. RGB value is (125,208,139). Sum of RGB (Red+Green+Blue) = 125+208+139=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD08B is #822F74. Grayscale: #AFAFAF. Windows color (decimal): -8531829 or 9162877. OLE color: 9162877.

HSL color Cylindrical-coordinate representation of color #7DD08B: hue angle of 130.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD08B is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB125208139-
CMYK0.4000.330.18
HSL130.12º46.89%65.29%-
HSV(B)130.12º39.9%81.57%-
XYZ35.6751.3432.45-
YUV175.32107.592.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 208 (81.64% from 255) = 44.07%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=26.48%
G=44.07%
B=29.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081390.4000.330.18130.1246.8965.29
Hex7DD08B2802112822f41
Octal175320213500412220257101
Binary11111011101000010001011101000010000110010100000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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