#7CD888

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

Shades of De York #7CD888

Tints of De York #7CD888

Color information

#7CD888 (or 0x7CD888) is unknown color: approx De York. HEX triplet: 7C, D8 and 88. RGB value is (124,216,136). Sum of RGB (Red+Green+Blue) = 124+216+136=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #7CD888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD888 is #832777. Grayscale: #B3B3B3. Windows color (decimal): -8595320 or 8968316. OLE color: 8968316.

HSL color Cylindrical-coordinate representation of color #7CD888: hue angle of 127.83º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CD888 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB124216136-
CMYK0.4300.370.15
HSL127.83º54.12%66.67%-
HSV(B)127.83º42.59%84.71%-
XYZ37.3155.1731.98-
YUV179.37103.5288.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.05%
GREEN value IS 216 (84.77% from 255) = 45.38%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=26.05%
G=45.38%
B=28.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242161360.4300.370.15127.8354.1266.67
Hex7CD8882B025F803643
Octal174330210530451720066103
Binary1111100110110001000100010101101001011111100000001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,216,136); }

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

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

 a { background-color: rgb(124,216,136); }

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

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

 span { border-color: rgb(124,216,136); }

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