#95CC47

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

Shades of Atlantis #95CC47

Tints of Atlantis #95CC47

Color information

#95CC47 (or 0x95CC47) is unknown color: approx Atlantis. HEX triplet: 95, CC and 47. RGB value is (149,204,71). Sum of RGB (Red+Green+Blue) = 149+204+71=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CC47 is #6A33B8. Grayscale: #ACACAC. Windows color (decimal): -6960057 or 4705429. OLE color: 4705429.

HSL color Cylindrical-coordinate representation of color #95CC47: hue angle of 84.81º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95CC47 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB14920471-
CMYK0.2700.650.2
HSL84.81º56.6%53.92%-
HSV(B)84.81º65.2%80%-
XYZ35.1250.0313.77-
YUV172.3970.78111.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 204 (80.08% from 255) = 48.11%
BLUE value IS 71 (28.12% from 255) = 16.75%
R=35.14%
G=48.11%
B=16.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149204710.2700.650.284.8156.653.92
Hex95CC471B04114553936
Octal225314107330101241257166
Binary100101011100110010001111101101000001101001010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,71); }

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

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

 a { background-color: rgb(149,204,71); }

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

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

 span { border-color: rgb(149,204,71); }

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