#95E032

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

Shades of Atlantis #95E032

Tints of Atlantis #95E032

Color information

#95E032 (or 0x95E032) is unknown color: approx Atlantis. HEX triplet: 95, E0 and 32. RGB value is (149,224,50). Sum of RGB (Red+Green+Blue) = 149+224+50=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #95E032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E032 is #6A1FCD. Grayscale: #B6B6B6. Windows color (decimal): -6954958 or 3334293. OLE color: 3334293.

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

Color convert

RGB14922450-
CMYK0.3300.780.12
HSL85.86º73.73%53.73%-
HSV(B)85.86º77.68%87.84%-
XYZ39.6359.9312.5-
YUV181.7453.65104.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 224 (87.89% from 255) = 52.96%
BLUE value IS 50 (19.92% from 255) = 11.82%
R=35.22%
G=52.96%
B=11.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149224500.3300.780.1285.8673.7353.73
Hex95E0322104EC564a36
Octal225340624101161412611266
Binary100101011110000011001010000101001110110010101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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