#95DA48

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

Shades of Atlantis #95DA48

Tints of Atlantis #95DA48

Color information

#95DA48 (or 0x95DA48) is unknown color: approx Atlantis. HEX triplet: 95, DA and 48. RGB value is (149,218,72). Sum of RGB (Red+Green+Blue) = 149+218+72=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DA48 is #6A25B7. Grayscale: #B5B5B5. Windows color (decimal): -6956472 or 4774549. OLE color: 4774549.

HSL color Cylindrical-coordinate representation of color #95DA48: hue angle of 88.36º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95DA48 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB14921872-
CMYK0.3200.670.15
HSL88.36º66.36%56.86%-
HSV(B)88.36º66.97%85.49%-
XYZ38.645715.1-
YUV180.7266.64105.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 218 (85.55% from 255) = 49.66%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=33.94%
G=49.66%
B=16.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149218720.3200.670.1588.3666.3656.86
Hex95DA4820043F584239
Octal2253321104001031713010271
Binary1001010111011010100100010000001000011111110110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,218,72); }

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

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

 a { background-color: rgb(149,218,72); }

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

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

 span { border-color: rgb(149,218,72); }

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