#93D297

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

Shades of De York #93D297

Tints of De York #93D297

Color information

#93D297 (or 0x93D297) is unknown color: approx De York. HEX triplet: 93, D2 and 97. RGB value is (147,210,151). Sum of RGB (Red+Green+Blue) = 147+210+151=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #93D297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D297 is #6C2D68. Grayscale: #B8B8B8. Windows color (decimal): -7089513 or 9949843. OLE color: 9949843.

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

Color convert

RGB147210151-
CMYK0.3000.280.18
HSL123.81º41.18%70%-
HSV(B)123.81º30%82.35%-
XYZ40.6754.5337.66-
YUV184.44109.13101.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 210 (82.42% from 255) = 41.34%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=28.94%
G=41.34%
B=29.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101510.3000.280.18123.8141.1870
Hex93D2971E01C127c2946
Octal223322227360342217451106
Binary100100111101001010010111111100111001001011111001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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