#95EF48

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

Shades of Atlantis #95EF48

Tints of Atlantis #95EF48

Color information

#95EF48 (or 0x95EF48) is unknown color: approx Atlantis. HEX triplet: 95, EF and 48. RGB value is (149,239,72). Sum of RGB (Red+Green+Blue) = 149+239+72=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EF48 is #6A10B7. Grayscale: #C1C1C1. Windows color (decimal): -6951096 or 4779925. OLE color: 4779925.

HSL color Cylindrical-coordinate representation of color #95EF48: hue angle of 92.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95EF48 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB14923972-
CMYK0.3800.700.06
HSL92.34º83.92%60.98%-
HSV(B)92.34º69.87%93.73%-
XYZ44.4368.5917.03-
YUV193.0559.6896.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 239 (93.75% from 255) = 51.96%
BLUE value IS 72 (28.52% from 255) = 15.65%
R=32.39%
G=51.96%
B=15.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149239720.3800.700.0692.3483.9260.98
Hex95EF482604665c543d
Octal225357110460106613412475
Binary100101011110111110010001001100100011011010111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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