#95DF45

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

Shades of Atlantis #95DF45

Tints of Atlantis #95DF45

Color information

#95DF45 (or 0x95DF45) is unknown color: approx Atlantis. HEX triplet: 95, DF and 45. RGB value is (149,223,69). Sum of RGB (Red+Green+Blue) = 149+223+69=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DF45 is #6A20BA. Grayscale: #B7B7B7. Windows color (decimal): -6955195 or 4579221. OLE color: 4579221.

HSL color Cylindrical-coordinate representation of color #95DF45: hue angle of 88.83º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95DF45 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB14922369-
CMYK0.3300.690.13
HSL88.83º70.64%57.25%-
HSV(B)88.83º69.06%87.45%-
XYZ39.8659.5915.03-
YUV183.3263.48103.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 223 (87.5% from 255) = 50.57%
BLUE value IS 69 (27.34% from 255) = 15.65%
R=33.79%
G=50.57%
B=15.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149223690.3300.690.1388.8370.6457.25
Hex95DF4521045D594739
Octal2253371054101051513110771
Binary1001010111011111100010110000101000101110110110011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,223,69); }

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

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

 a { background-color: rgb(149,223,69); }

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

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

 span { border-color: rgb(149,223,69); }

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