#95D953

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

Shades of Atlantis #95D953

Tints of Atlantis #95D953

Color information

#95D953 (or 0x95D953) is unknown color: approx Atlantis. HEX triplet: 95, D9 and 53. RGB value is (149,217,83). Sum of RGB (Red+Green+Blue) = 149+217+83=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #95D953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D953 is #6A26AC. Grayscale: #B5B5B5. Windows color (decimal): -6956717 or 5495189. OLE color: 5495189.

HSL color Cylindrical-coordinate representation of color #95D953: hue angle of 90.45º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95D953 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB14921783-
CMYK0.3100.620.15
HSL90.45º63.81%58.82%-
HSV(B)90.45º61.75%85.1%-
XYZ38.7756.6417.07-
YUV181.3972.47104.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=33.18%
G=48.33%
B=18.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149217830.3100.620.1590.4563.8158.82
Hex95D9531F03EF5a403b
Octal225331123370761713210073
Binary10010101110110011010011111110111110111110110101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,83); }

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

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

 a { background-color: rgb(149,217,83); }

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

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

 span { border-color: rgb(149,217,83); }

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