#93cd41

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

Shades of Atlantis #93CD41

Tints of Atlantis #93CD41

Color information

#93CD41 (or 0x93CD41) is unknown color: approx Atlantis. HEX triplet: 93, CD and 41. RGB value is (147,205,65). Sum of RGB (Red+Green+Blue) = 147+205+65=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CD41 is #6C32BE. Grayscale: #ACACAC. Windows color (decimal): -7090879 or 4312467. OLE color: 4312467.

HSL color Cylindrical-coordinate representation of color #93CD41: hue angle of 84.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93CD41 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB14720565-
CMYK0.2800.680.20
HSL84.86º58.33%52.94%-
HSV(B)84.86º68.29%80.39%-
XYZ34.8250.2512.86-
YUV171.767.78110.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 205 (80.47% from 255) = 49.16%
BLUE value IS 65 (25.78% from 255) = 15.59%
R=35.25%
G=49.16%
B=15.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147205650.2800.680.2084.8658.3352.94
Hex93CD411C04414553a35
Octal223315101340104241257265
Binary100100111100110110000011110001000100101001010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93cd41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,205,65); }

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

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

 a { background-color: rgb(147,205,65); }

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

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

 span { border-color: rgb(147,205,65); }

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