#7CCF8D

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

Shades of De York #7CCF8D

Tints of De York #7CCF8D

Color information

#7CCF8D (or 0x7CCF8D) is unknown color: approx De York. HEX triplet: 7C, CF and 8D. RGB value is (124,207,141). Sum of RGB (Red+Green+Blue) = 124+207+141=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF8D is #833072. Grayscale: #AEAEAE. Windows color (decimal): -8597619 or 9293692. OLE color: 9293692.

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

Color convert

RGB124207141-
CMYK0.4000.320.19
HSL132.29º46.37%64.9%-
HSV(B)132.29º40.1%81.18%-
XYZ35.4350.8333.14-
YUV174.6610991.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.27%
GREEN value IS 207 (81.25% from 255) = 43.86%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=26.27%
G=43.86%
B=29.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242071410.4000.320.19132.2946.3764.9
Hex7CCF8D2802013842e41
Octal174317215500402320456101
Binary11111001100111110001101101000010000010011100001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,207,141); }

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

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

 a { background-color: rgb(124,207,141); }

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

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

 span { border-color: rgb(124,207,141); }

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