#95E740

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

Shades of Atlantis #95E740

Tints of Atlantis #95E740

Color information

#95E740 (or 0x95E740) is unknown color: approx Atlantis. HEX triplet: 95, E7 and 40. RGB value is (149,231,64). Sum of RGB (Red+Green+Blue) = 149+231+64=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #95E740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95E740 is #6A18BF. Grayscale: #BCBCBC. Windows color (decimal): -6953152 or 4253589. OLE color: 4253589.

HSL color Cylindrical-coordinate representation of color #95E740: hue angle of 89.46º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95E740 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB14923164-
CMYK0.3500.720.09
HSL89.46º77.67%57.84%-
HSV(B)89.46º72.29%90.59%-
XYZ41.963.9114.98-
YUV187.4458.33100.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 231 (90.62% from 255) = 52.03%
BLUE value IS 64 (25.39% from 255) = 14.41%
R=33.56%
G=52.03%
B=14.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149231640.3500.720.0989.4677.6757.84
Hex95E740230489594e3a
Octal2253471004301101113111672
Binary1001010111100111100000010001101001000100110110011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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