#95CD53

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

Shades of Atlantis #95CD53

Tints of Atlantis #95CD53

Color information

#95CD53 (or 0x95CD53) is unknown color: approx Atlantis. HEX triplet: 95, CD and 53. RGB value is (149,205,83). Sum of RGB (Red+Green+Blue) = 149+205+83=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD53 is #6A32AC. Grayscale: #AEAEAE. Windows color (decimal): -6959789 or 5492117. OLE color: 5492117.

HSL color Cylindrical-coordinate representation of color #95CD53: hue angle of 87.54º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95CD53 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB14920583-
CMYK0.2700.600.20
HSL87.54º54.95%56.47%-
HSV(B)87.54º59.51%80.39%-
XYZ35.7950.6816.08-
YUV174.3576.45109.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 205 (80.47% from 255) = 46.91%
BLUE value IS 83 (32.81% from 255) = 18.99%
R=34.10%
G=46.91%
B=18.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149205830.2700.600.2087.5454.9556.47
Hex95CD531B03C14583738
Octal22531512333074241306770
Binary10010101110011011010011110110111100101001011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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