#95D757

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

Shades of Atlantis #95D757

Tints of Atlantis #95D757

Color information

#95D757 (or 0x95D757) is unknown color: approx Atlantis. HEX triplet: 95, D7 and 57. RGB value is (149,215,87). Sum of RGB (Red+Green+Blue) = 149+215+87=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #95D757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D757 is #6A28A8. Grayscale: #B5B5B5. Windows color (decimal): -6957225 or 5756821. OLE color: 5756821.

HSL color Cylindrical-coordinate representation of color #95D757: hue angle of 90.94º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95D757 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB14921587-
CMYK0.3100.600.16
HSL90.94º61.54%59.22%-
HSV(B)90.94º59.53%84.31%-
XYZ38.4255.6817.74-
YUV180.6775.13105.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 215 (84.38% from 255) = 47.67%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=33.04%
G=47.67%
B=19.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149215870.3100.600.1690.9461.5459.22
Hex95D7571F03C105b3e3b
Octal22532712737074201337673
Binary10010101110101111010111111110111100100001011011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,215,87); }

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

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

 a { background-color: rgb(149,215,87); }

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

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

 span { border-color: rgb(149,215,87); }

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