#95D653

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

Shades of Atlantis #95D653

Tints of Atlantis #95D653

Color information

#95D653 (or 0x95D653) is unknown color: approx Atlantis. HEX triplet: 95, D6 and 53. RGB value is (149,214,83). Sum of RGB (Red+Green+Blue) = 149+214+83=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #95D653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D653 is #6A29AC. Grayscale: #B4B4B4. Windows color (decimal): -6957485 or 5494421. OLE color: 5494421.

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

Color convert

RGB14921483-
CMYK0.3000.610.16
HSL89.77º61.5%58.24%-
HSV(B)89.77º61.21%83.92%-
XYZ3855.1116.82-
YUV179.6373.47106.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 214 (83.98% from 255) = 47.98%
BLUE value IS 83 (32.81% from 255) = 18.61%
R=33.41%
G=47.98%
B=18.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149214830.3000.610.1689.7761.558.24
Hex95D6531E03D105a3e3a
Octal22532612336075201327672
Binary10010101110101101010011111100111101100001011010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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