#95D447

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

Shades of Atlantis #95D447

Tints of Atlantis #95D447

Color information

#95D447 (or 0x95D447) is unknown color: approx Atlantis. HEX triplet: 95, D4 and 47. RGB value is (149,212,71). Sum of RGB (Red+Green+Blue) = 149+212+71=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #95D447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D447 is #6A2BB8. Grayscale: #B1B1B1. Windows color (decimal): -6958009 or 4707477. OLE color: 4707477.

HSL color Cylindrical-coordinate representation of color #95D447: hue angle of 86.81º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95D447 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB14921271-
CMYK0.3000.670.17
HSL86.81º62.11%55.49%-
HSV(B)86.81º66.51%83.14%-
XYZ37.0853.9314.42-
YUV177.0968.13107.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 212 (83.20% from 255) = 49.07%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=34.49%
G=49.07%
B=16.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal149212710.3000.670.1786.8162.1155.49
Hex95D4471E04311573e37
Octal225324107360103211277667
Binary100101011101010010001111111001000011100011010111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,212,71); }

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

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

 a { background-color: rgb(149,212,71); }

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

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

 span { border-color: rgb(149,212,71); }

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