#8BE84B

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

Shades of Atlantis #8BE84B

Tints of Atlantis #8BE84B

Color information

#8BE84B (or 0x8BE84B) is unknown color: approx Atlantis. HEX triplet: 8B, E8 and 4B. RGB value is (139,232,75). Sum of RGB (Red+Green+Blue) = 139+232+75=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BE84B is #7417B4. Grayscale: #BABABA. Windows color (decimal): -7608245 or 4974731. OLE color: 4974731.

HSL color Cylindrical-coordinate representation of color #8BE84B: hue angle of 95.54º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BE84B is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB13923275-
CMYK0.4000.680.09
HSL95.54º77.34%60.2%-
HSV(B)95.54º67.67%90.98%-
XYZ40.7763.7116.8-
YUV186.365.1994.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.17%
GREEN value IS 232 (91.02% from 255) = 52.02%
BLUE value IS 75 (29.69% from 255) = 16.82%
R=31.17%
G=52.02%
B=16.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal139232750.4000.680.0995.5477.3460.2
Hex8BE84B280449604d3c
Octal2133501135001041114011574
Binary1000101111101000100101110100001000100100111000001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,232,75); }

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

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

 a { background-color: rgb(139,232,75); }

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

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

 span { border-color: rgb(139,232,75); }

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