#7CD293

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

Shades of De York #7CD293

Tints of De York #7CD293

Color information

#7CD293 (or 0x7CD293) is unknown color: approx De York. HEX triplet: 7C, D2 and 93. RGB value is (124,210,147). Sum of RGB (Red+Green+Blue) = 124+210+147=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD293 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD293 is #832D6C. Grayscale: #B1B1B1. Windows color (decimal): -8596845 or 9687676. OLE color: 9687676.

HSL color Cylindrical-coordinate representation of color #7CD293: hue angle of 136.05º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD293 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB124210147-
CMYK0.4100.300.18
HSL136.05º48.86%65.49%-
HSV(B)136.05º40.95%82.35%-
XYZ36.6352.4835.8-
YUV177.1111.0190.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=25.78%
G=43.66%
B=30.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242101470.4100.300.18136.0548.8665.49
Hex7CD2932901E12883141
Octal174322223510362221061101
Binary1111100110100101001001110100101111010010100010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,210,147); }

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

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

 a { background-color: rgb(124,210,147); }

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

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

 span { border-color: rgb(124,210,147); }

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