#7DCF8A

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

Shades of De York #7DCF8A

Tints of De York #7DCF8A

Color information

#7DCF8A (or 0x7DCF8A) is unknown color: approx De York. HEX triplet: 7D, CF and 8A. RGB value is (125,207,138). Sum of RGB (Red+Green+Blue) = 125+207+138=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF8A is #823075. Grayscale: #AEAEAE. Windows color (decimal): -8532086 or 9097085. OLE color: 9097085.

HSL color Cylindrical-coordinate representation of color #7DCF8A: hue angle of 129.51º 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 #7DCF8A is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB125207138-
CMYK0.4000.330.19
HSL129.51º46.07%65.1%-
HSV(B)129.51º39.61%81.18%-
XYZ35.3650.8231.99-
YUV174.62107.3392.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=26.60%
G=44.04%
B=29.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071380.4000.330.19129.5146.0765.1
Hex7DCF8A2802113822e41
Octal175317212500412320256101
Binary11111011100111110001010101000010000110011100000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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