#8FE752

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

Shades of Atlantis #8FE752

Tints of Atlantis #8FE752

Color information

#8FE752 (or 0x8FE752) is unknown color: approx Atlantis. HEX triplet: 8F, E7 and 52. RGB value is (143,231,82). Sum of RGB (Red+Green+Blue) = 143+231+82=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE752 is #7018AD. Grayscale: #BCBCBC. Windows color (decimal): -7346350 or 5433231. OLE color: 5433231.

HSL color Cylindrical-coordinate representation of color #8FE752: hue angle of 95.44º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FE752 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB14323182-
CMYK0.3800.650.09
HSL95.44º75.63%61.37%-
HSV(B)95.44º64.5%90.59%-
XYZ41.4363.618.08-
YUV187.768.3596.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 231 (90.62% from 255) = 50.66%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=31.36%
G=50.66%
B=17.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal143231820.3800.650.0995.4475.6361.37
Hex8FE7522604195f4c3d
Octal2173471224601011113711475
Binary1000111111100111101001010011001000001100110111111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,231,82); }

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

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

 a { background-color: rgb(143,231,82); }

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

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

 span { border-color: rgb(143,231,82); }

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