#95D552

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

Shades of Atlantis #95D552

Tints of Atlantis #95D552

Color information

#95D552 (or 0x95D552) is unknown color: approx Atlantis. HEX triplet: 95, D5 and 52. RGB value is (149,213,82). Sum of RGB (Red+Green+Blue) = 149+213+82=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #95D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D552 is #6A2AAD. Grayscale: #B3B3B3. Windows color (decimal): -6957742 or 5428629. OLE color: 5428629.

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

Color convert

RGB14921382-
CMYK0.3000.620.16
HSL89.31º60.93%57.84%-
HSV(B)89.31º61.5%83.53%-
XYZ37.7154.5916.53-
YUV178.9373.3106.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 213 (83.59% from 255) = 47.97%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=33.56%
G=47.97%
B=18.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149213820.3000.620.1689.3160.9357.84
Hex95D5521E03E10593d3a
Octal22532512236076201317572
Binary10010101110101011010010111100111110100001011001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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