#95E745

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

Shades of Atlantis #95E745

Tints of Atlantis #95E745

Color information

#95E745 (or 0x95E745) is unknown color: approx Atlantis. HEX triplet: 95, E7 and 45. RGB value is (149,231,69). Sum of RGB (Red+Green+Blue) = 149+231+69=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #95E745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95E745 is #6A18BA. Grayscale: #BCBCBC. Windows color (decimal): -6953147 or 4581269. OLE color: 4581269.

HSL color Cylindrical-coordinate representation of color #95E745: hue angle of 90.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95E745 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB14923169-
CMYK0.3500.700.09
HSL90.37º77.14%58.82%-
HSV(B)90.37º70.13%90.59%-
XYZ42.0463.9715.76-
YUV188.0160.83100.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 231 (90.62% from 255) = 51.45%
BLUE value IS 69 (27.34% from 255) = 15.37%
R=33.18%
G=51.45%
B=15.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149231690.3500.700.0990.3777.1458.82
Hex95E7452304695a4d3b
Octal2253471054301061113211573
Binary1001010111100111100010110001101000110100110110101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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