#8BE442

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

Shades of Atlantis #8BE442

Tints of Atlantis #8BE442

Color information

#8BE442 (or 0x8BE442) is unknown color: approx Atlantis. HEX triplet: 8B, E4 and 42. RGB value is (139,228,66). Sum of RGB (Red+Green+Blue) = 139+228+66=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #8BE442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE442 is #741BBD. Grayscale: #B7B7B7. Windows color (decimal): -7609278 or 4383883. OLE color: 4383883.

HSL color Cylindrical-coordinate representation of color #8BE442: hue angle of 92.96º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BE442 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB13922866-
CMYK0.3900.710.11
HSL92.96º75%57.65%-
HSV(B)92.96º71.05%89.41%-
XYZ39.3761.3714.92-
YUV182.9262.0196.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 228 (89.45% from 255) = 52.66%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=32.10%
G=52.66%
B=15.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal139228660.3900.710.1192.967557.65
Hex8BE44227047B5d4b3a
Octal2133441024701071313511372
Binary1000101111100100100001010011101000111101110111011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BE442; }

 p { color: rgb(139,228,66); }

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

<style>
 a { background-color: #8BE442; }

 a { background-color: rgb(139,228,66); }

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

<style>
 span { border-color: #8BE442; }

 span { border-color: rgb(139,228,66); }

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