#93CD4D

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

Shades of Atlantis #93CD4D

Tints of Atlantis #93CD4D

Color information

#93CD4D (or 0x93CD4D) is unknown color: approx Atlantis. HEX triplet: 93, CD and 4D. RGB value is (147,205,77). Sum of RGB (Red+Green+Blue) = 147+205+77=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CD4D is #6C32B2. Grayscale: #ADADAD. Windows color (decimal): -7090867 or 5098899. OLE color: 5098899.

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

Color convert

RGB14720577-
CMYK0.2800.620.20
HSL87.19º56.14%55.29%-
HSV(B)87.19º62.44%80.39%-
XYZ35.250.414.89-
YUV173.0773.78109.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=34.27%
G=47.79%
B=17.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147205770.2800.620.2087.1956.1455.29
Hex93CD4D1C03E14573837
Octal22331511534076241277067
Binary10010011110011011001101111000111110101001010111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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