#95D547

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

Shades of Atlantis #95D547

Tints of Atlantis #95D547

Color information

#95D547 (or 0x95D547) is unknown color: approx Atlantis. HEX triplet: 95, D5 and 47. RGB value is (149,213,71). Sum of RGB (Red+Green+Blue) = 149+213+71=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #95D547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D547 is #6A2AB8. Grayscale: #B2B2B2. Windows color (decimal): -6957753 or 4707733. OLE color: 4707733.

HSL color Cylindrical-coordinate representation of color #95D547: hue angle of 87.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95D547 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB14921371-
CMYK0.3000.670.16
HSL87.04º62.83%55.69%-
HSV(B)87.04º66.67%83.53%-
XYZ37.3354.4314.5-
YUV177.6867.8107.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 213 (83.59% from 255) = 49.19%
BLUE value IS 71 (28.12% from 255) = 16.40%
R=34.41%
G=49.19%
B=16.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149213710.3000.670.1687.0462.8355.69
Hex95D5471E04310573f38
Octal225325107360103201277770
Binary100101011101010110001111111001000011100001010111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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