#7CD88D

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

Shades of De York #7CD88D

Tints of De York #7CD88D

Color information

#7CD88D (or 0x7CD88D) is unknown color: approx De York. HEX triplet: 7C, D8 and 8D. RGB value is (124,216,141). Sum of RGB (Red+Green+Blue) = 124+216+141=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #7CD88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD88D is #832772. Grayscale: #B4B4B4. Windows color (decimal): -8595315 or 9295996. OLE color: 9295996.

HSL color Cylindrical-coordinate representation of color #7CD88D: hue angle of 131.09º 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 #7CD88D is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB124216141-
CMYK0.4300.350.15
HSL131.09º54.12%66.67%-
HSV(B)131.09º42.59%84.71%-
XYZ37.6855.3233.89-
YUV179.94106.0288.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=25.78%
G=44.91%
B=29.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242161410.4300.350.15131.0954.1266.67
Hex7CD88D2B023F833643
Octal174330215530431720366103
Binary1111100110110001000110110101101000111111100000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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