#95DD46

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

Shades of Atlantis #95DD46

Tints of Atlantis #95DD46

Color information

#95DD46 (or 0x95DD46) is unknown color: approx Atlantis. HEX triplet: 95, DD and 46. RGB value is (149,221,70). Sum of RGB (Red+Green+Blue) = 149+221+70=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DD46 is #6A22B9. Grayscale: #B6B6B6. Windows color (decimal): -6955706 or 4644245. OLE color: 4644245.

HSL color Cylindrical-coordinate representation of color #95DD46: hue angle of 88.61º 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 #95DD46 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB14922170-
CMYK0.3300.680.13
HSL88.61º68.95%57.06%-
HSV(B)88.61º68.33%86.67%-
XYZ39.3658.5415.02-
YUV182.2664.65104.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 221 (86.72% from 255) = 50.23%
BLUE value IS 70 (27.73% from 255) = 15.91%
R=33.86%
G=50.23%
B=15.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149221700.3300.680.1388.6168.9557.06
Hex95DD4621044D594539
Octal2253351064101041513110571
Binary1001010111011101100011010000101000100110110110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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