#95d754

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

Shades of Atlantis #95D754

Tints of Atlantis #95D754

Color information

#95D754 (or 0x95D754) is unknown color: approx Atlantis. HEX triplet: 95, D7 and 54. RGB value is (149,215,84). Sum of RGB (Red+Green+Blue) = 149+215+84=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #95D754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D754 is #6A28AB. Grayscale: #B4B4B4. Windows color (decimal): -6957228 or 5560213. OLE color: 5560213.

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

Color convert

RGB14921584-
CMYK0.3100.610.16
HSL90.23º62.09%58.63%-
HSV(B)90.23º60.93%84.31%-
XYZ38.355.6317.11-
YUV180.3373.63105.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 215 (84.38% from 255) = 47.99%
BLUE value IS 84 (33.20% from 255) = 18.75%
R=33.26%
G=47.99%
B=18.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149215840.3100.610.1690.2362.0958.63
Hex95D7541F03D105a3e3b
Octal22532712437075201327673
Binary10010101110101111010100111110111101100001011010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95d754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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