#95D939

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

Shades of Atlantis #95D939

Tints of Atlantis #95D939

Color information

#95D939 (or 0x95D939) is unknown color: approx Atlantis. HEX triplet: 95, D9 and 39. RGB value is (149,217,57). Sum of RGB (Red+Green+Blue) = 149+217+57=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #95D939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D939 is #6A26C6. Grayscale: #B3B3B3. Windows color (decimal): -6956743 or 3791253. OLE color: 3791253.

HSL color Cylindrical-coordinate representation of color #95D939: hue angle of 85.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95D939 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB14921757-
CMYK0.3100.740.15
HSL85.5º67.8%53.73%-
HSV(B)85.5º73.73%85.1%-
XYZ37.9556.3112.74-
YUV178.4359.47107.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 217 (85.16% from 255) = 51.30%
BLUE value IS 57 (22.66% from 255) = 13.48%
R=35.22%
G=51.30%
B=13.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149217570.3100.740.1585.567.853.73
Hex95D9391F04AF564436
Octal225331713701121712610466
Binary10010101110110011110011111101001010111110101101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,57); }

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

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

 a { background-color: rgb(149,217,57); }

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

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

 span { border-color: rgb(149,217,57); }

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