#95E041

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

Shades of Atlantis #95E041

Tints of Atlantis #95E041

Color information

#95E041 (or 0x95E041) is unknown color: approx Atlantis. HEX triplet: 95, E0 and 41. RGB value is (149,224,65). Sum of RGB (Red+Green+Blue) = 149+224+65=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #95E041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E041 is #6A1FBE. Grayscale: #B8B8B8. Windows color (decimal): -6954943 or 4317333. OLE color: 4317333.

HSL color Cylindrical-coordinate representation of color #95E041: hue angle of 88.3º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95E041 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB14922465-
CMYK0.3300.710.12
HSL88.3º71.95%56.67%-
HSV(B)88.3º70.98%87.84%-
XYZ4060.0814.49-
YUV183.4561.15103.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 224 (87.89% from 255) = 51.14%
BLUE value IS 65 (25.78% from 255) = 14.84%
R=34.02%
G=51.14%
B=14.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149224650.3300.710.1288.371.9556.67
Hex95E04121047C584839
Octal2253401014101071413011071
Binary1001010111100000100000110000101000111110010110001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,65); }

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

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

 a { background-color: rgb(149,224,65); }

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

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

 span { border-color: rgb(149,224,65); }

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