#7DCF8E

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

Shades of De York #7DCF8E

Tints of De York #7DCF8E

Color information

#7DCF8E (or 0x7DCF8E) is unknown color: approx De York. HEX triplet: 7D, CF and 8E. RGB value is (125,207,142). Sum of RGB (Red+Green+Blue) = 125+207+142=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF8E is #823071. Grayscale: #AFAFAF. Windows color (decimal): -8532082 or 9359229. OLE color: 9359229.

HSL color Cylindrical-coordinate representation of color #7DCF8E: hue angle of 132.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCF8E is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB125207142-
CMYK0.4000.310.19
HSL132.44º46.07%65.1%-
HSV(B)132.44º39.61%81.18%-
XYZ35.6550.9433.54-
YUV175.07109.3392.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 207 (81.25% from 255) = 43.67%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=26.37%
G=43.67%
B=29.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071420.4000.310.19132.4446.0765.1
Hex7DCF8E2801F13842e41
Octal175317216500372320456101
Binary1111101110011111000111010100001111110011100001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,207,142); }

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

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

 a { background-color: rgb(125,207,142); }

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

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

 span { border-color: rgb(125,207,142); }

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