#7CDF8D

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

Shades of De York #7CDF8D

Tints of De York #7CDF8D

Color information

#7CDF8D (or 0x7CDF8D) is unknown color: approx De York. HEX triplet: 7C, DF and 8D. RGB value is (124,223,141). Sum of RGB (Red+Green+Blue) = 124+223+141=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDF8D is #832072. Grayscale: #B8B8B8. Windows color (decimal): -8593523 or 9297788. OLE color: 9297788.

HSL color Cylindrical-coordinate representation of color #7CDF8D: hue angle of 130.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDF8D is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB124223141-
CMYK0.4400.370.13
HSL130.3º60.74%68.04%-
HSV(B)130.3º44.39%87.45%-
XYZ39.5158.9834.5-
YUV184.05103.785.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.41%
GREEN value IS 223 (87.5% from 255) = 45.70%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=25.41%
G=45.70%
B=28.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242231410.4400.370.13130.360.7468.04
Hex7CDF8D2C025D823d44
Octal174337215540451520275104
Binary1111100110111111000110110110001001011101100000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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