#93CE8E

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

Shades of De York #93CE8E

Tints of De York #93CE8E

Color information

#93CE8E (or 0x93CE8E) is unknown color: approx De York. HEX triplet: 93, CE and 8E. RGB value is (147,206,142). Sum of RGB (Red+Green+Blue) = 147+206+142=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE8E is #6C3171. Grayscale: #B5B5B5. Windows color (decimal): -7090546 or 9358995. OLE color: 9358995.

HSL color Cylindrical-coordinate representation of color #93CE8E: hue angle of 115.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93CE8E is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB147206142-
CMYK0.2900.310.19
HSL115.31º39.51%68.24%-
HSV(B)115.31º31.07%80.78%-
XYZ38.9952.333.63-
YUV181.06105.95103.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=29.70%
G=41.62%
B=28.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061420.2900.310.19115.3139.5168.24
Hex93CE8E1D01F13732844
Octal223316216350372316350104
Binary100100111100111010001110111010111111001111100111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CE8E; }

 p { color: rgb(147,206,142); }

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

<style>
 a { background-color: #93CE8E; }

 a { background-color: rgb(147,206,142); }

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

<style>
 span { border-color: #93CE8E; }

 span { border-color: rgb(147,206,142); }

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