#95EB48

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

Shades of Atlantis #95EB48

Tints of Atlantis #95EB48

Color information

#95EB48 (or 0x95EB48) is unknown color: approx Atlantis. HEX triplet: 95, EB and 48. RGB value is (149,235,72). Sum of RGB (Red+Green+Blue) = 149+235+72=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #95EB48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EB48 is #6A14B7. Grayscale: #BFBFBF. Windows color (decimal): -6952120 or 4778901. OLE color: 4778901.

HSL color Cylindrical-coordinate representation of color #95EB48: hue angle of 91.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95EB48 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB14923572-
CMYK0.3700.690.08
HSL91.66º80.3%60.2%-
HSV(B)91.66º69.36%92.16%-
XYZ43.2766.2716.64-
YUV190.761.0198.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 235 (92.19% from 255) = 51.54%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=32.68%
G=51.54%
B=15.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149235720.3700.690.0891.6680.360.2
Hex95EB482504585c503c
Octal2253531104501051013412074
Binary1001010111101011100100010010101000101100010111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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