#7CD693

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

Shades of De York #7CD693

Tints of De York #7CD693

Color information

#7CD693 (or 0x7CD693) is unknown color: approx De York. HEX triplet: 7C, D6 and 93. RGB value is (124,214,147). Sum of RGB (Red+Green+Blue) = 124+214+147=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD693 is #83296C. Grayscale: #B3B3B3. Windows color (decimal): -8595821 or 9688700. OLE color: 9688700.

HSL color Cylindrical-coordinate representation of color #7CD693: hue angle of 135.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD693 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB124214147-
CMYK0.4200.310.16
HSL135.33º52.33%66.27%-
HSV(B)135.33º42.06%83.92%-
XYZ37.6354.4836.14-
YUV179.45109.6888.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.57%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=25.57%
G=44.12%
B=30.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242141470.4200.310.16135.3352.3366.27
Hex7CD6932A01F10873442
Octal174326223520372020764102
Binary1111100110101101001001110101001111110000100001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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