#97DD46

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

Shades of Atlantis #97DD46

Tints of Atlantis #97DD46

Color information

#97DD46 (or 0x97DD46) is unknown color: approx Atlantis. HEX triplet: 97, DD and 46. RGB value is (151,221,70). Sum of RGB (Red+Green+Blue) = 151+221+70=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DD46 is #6822B9. Grayscale: #B7B7B7. Windows color (decimal): -6824634 or 4644247. OLE color: 4644247.

HSL color Cylindrical-coordinate representation of color #97DD46: hue angle of 87.81º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97DD46 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB15122170-
CMYK0.3200.680.13
HSL87.81º68.95%57.06%-
HSV(B)87.81º68.33%86.67%-
XYZ39.7258.7315.04-
YUV182.8664.31105.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 15.84%
R=34.16%
G=50%
B=15.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151221700.3200.680.1387.8168.9557.06
Hex97DD4620044D584539
Octal2273351064001041513010571
Binary1001011111011101100011010000001000100110110110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97DD46; }

 p { color: rgb(151,221,70); }

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

<style>
 a { background-color: #97DD46; }

 a { background-color: rgb(151,221,70); }

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

<style>
 span { border-color: #97DD46; }

 span { border-color: rgb(151,221,70); }

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