#93CF52

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

Shades of Atlantis #93CF52

Tints of Atlantis #93CF52

Color information

#93CF52 (or 0x93CF52) is unknown color: approx Atlantis. HEX triplet: 93, CF and 52. RGB value is (147,207,82). Sum of RGB (Red+Green+Blue) = 147+207+82=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CF52 is #6C30AD. Grayscale: #AFAFAF. Windows color (decimal): -7090350 or 5427091. OLE color: 5427091.

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

Color convert

RGB14720782-
CMYK0.2900.600.19
HSL88.8º56.56%56.67%-
HSV(B)88.8º60.39%81.18%-
XYZ35.8751.4416.02-
YUV174.8175.62108.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=33.72%
G=47.48%
B=18.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147207820.2900.600.1988.856.5656.67
Hex93CF521D03C13593939
Octal22331712235074231317171
Binary10010011110011111010010111010111100100111011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,207,82); }

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

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

 a { background-color: rgb(147,207,82); }

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

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

 span { border-color: rgb(147,207,82); }

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