#93D499

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

Shades of Chinook #93D499

Tints of Chinook #93D499

Color information

#93D499 (or 0x93D499) is unknown color: approx Chinook. HEX triplet: 93, D4 and 99. RGB value is (147,212,153). Sum of RGB (Red+Green+Blue) = 147+212+153=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #93D499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D499 is #6C2B66. Grayscale: #BABABA. Windows color (decimal): -7088999 or 10081427. OLE color: 10081427.

HSL color Cylindrical-coordinate representation of color #93D499: hue angle of 125.54º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D499 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB147212153-
CMYK0.3100.280.17
HSL125.54º43.05%70.39%-
HSV(B)125.54º30.66%83.14%-
XYZ41.3355.5938.69-
YUV185.84109.47100.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=28.71%
G=41.41%
B=29.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472121530.3100.280.17125.5443.0570.39
Hex93D4991F01C117e2b46
Octal223324231370342117653106
Binary100100111101010010011001111110111001000111111101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,212,153); }

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

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

 a { background-color: rgb(147,212,153); }

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

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

 span { border-color: rgb(147,212,153); }

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