#93CE50

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

Shades of Atlantis #93CE50

Tints of Atlantis #93CE50

Color information

#93CE50 (or 0x93CE50) is unknown color: approx Atlantis. HEX triplet: 93, CE and 50. RGB value is (147,206,80). Sum of RGB (Red+Green+Blue) = 147+206+80=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE50 is #6C31AF. Grayscale: #AEAEAE. Windows color (decimal): -7090608 or 5295763. OLE color: 5295763.

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

Color convert

RGB14720680-
CMYK0.2900.610.19
HSL88.1º56.25%56.08%-
HSV(B)88.1º61.17%80.78%-
XYZ35.5550.9215.55-
YUV17474.95108.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.95%
GREEN value IS 206 (80.86% from 255) = 47.58%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=33.95%
G=47.58%
B=18.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147206800.2900.610.1988.156.2556.08
Hex93CE501D03D13583838
Octal22331612035075231307070
Binary10010011110011101010000111010111101100111011000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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