#8FE033

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

Shades of Atlantis #8FE033

Tints of Atlantis #8FE033

Color information

#8FE033 (or 0x8FE033) is unknown color: approx Atlantis. HEX triplet: 8F, E0 and 33. RGB value is (143,224,51). Sum of RGB (Red+Green+Blue) = 143+224+51=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE033 is #701FCC. Grayscale: #B4B4B4. Windows color (decimal): -7348173 or 3399823. OLE color: 3399823.

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

Color convert

RGB14322451-
CMYK0.3600.770.12
HSL88.09º73.62%53.92%-
HSV(B)88.09º77.23%87.84%-
XYZ38.5859.3912.56-
YUV180.0655.16101.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 224 (87.89% from 255) = 53.59%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=34.21%
G=53.59%
B=12.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143224510.3600.770.1288.0973.6253.92
Hex8FE0332404DC584a36
Octal217340634401151413011266
Binary100011111110000011001110010001001101110010110001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,224,51); }

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

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

 a { background-color: rgb(143,224,51); }

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

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

 span { border-color: rgb(143,224,51); }

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