#95CD52

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

Shades of Atlantis #95CD52

Tints of Atlantis #95CD52

Color information

#95CD52 (or 0x95CD52) is unknown color: approx Atlantis. HEX triplet: 95, CD and 52. RGB value is (149,205,82). Sum of RGB (Red+Green+Blue) = 149+205+82=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD52 is #6A32AD. Grayscale: #AEAEAE. Windows color (decimal): -6959790 or 5426581. OLE color: 5426581.

HSL color Cylindrical-coordinate representation of color #95CD52: hue angle of 87.32º 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 #95CD52 is Cyan = 0.27, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB14920582-
CMYK0.2700.60.20
HSL87.32º55.16%56.27%-
HSV(B)87.32º60%80.39%-
XYZ35.7550.6615.88-
YUV174.2375.95110-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 205 (80.47% from 255) = 47.02%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=34.17%
G=47.02%
B=18.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149205820.2700.60.2087.3255.1656.27
Hex95CD521B03C14573738
Octal22531512233074241276770
Binary10010101110011011010010110110111100101001010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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