#93D095

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

Shades of De York #93D095

Tints of De York #93D095

Color information

#93D095 (or 0x93D095) is unknown color: approx De York. HEX triplet: 93, D0 and 95. RGB value is (147,208,149). Sum of RGB (Red+Green+Blue) = 147+208+149=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #93D095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D095 is #6C2F6A. Grayscale: #B7B7B7. Windows color (decimal): -7090027 or 9818259. OLE color: 9818259.

HSL color Cylindrical-coordinate representation of color #93D095: hue angle of 121.97º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D095 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB147208149-
CMYK0.2900.280.18
HSL121.97º39.35%69.61%-
HSV(B)121.97º29.33%81.57%-
XYZ40.0153.4836.65-
YUV183.03108.79102.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=29.17%
G=41.27%
B=29.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472081490.2900.280.18121.9739.3569.61
Hex93D0951D01C127a2746
Octal223320225350342217247106
Binary100100111101000010010101111010111001001011110101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,208,149); }

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

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

 a { background-color: rgb(147,208,149); }

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

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

 span { border-color: rgb(147,208,149); }

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