#8BFC52

Color #8BFC52 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #8BFC52

Tints of Screamin' Green #8BFC52

Color information

#8BFC52 (or 0x8BFC52) is unknown color: approx Screamin' Green. HEX triplet: 8B, FC and 52. RGB value is (139,252,82). Sum of RGB (Red+Green+Blue) = 139+252+82=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFC52 is #7403AD. Grayscale: #C7C7C7. Windows color (decimal): -7603118 or 5438603. OLE color: 5438603.

HSL color Cylindrical-coordinate representation of color #8BFC52: hue angle of 99.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BFC52 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB13925282-
CMYK0.4500.670.01
HSL99.88º96.59%65.49%-
HSV(B)99.88º67.46%98.82%-
XYZ46.9875.7220.12-
YUV198.8362.0685.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.39%
GREEN value IS 252 (98.83% from 255) = 53.28%
BLUE value IS 82 (32.42% from 255) = 17.34%
R=29.39%
G=53.28%
B=17.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal139252820.4500.670.0199.8896.5965.49
Hex8BFC522D0431646141
Octal2133741225501031144141101
Binary10001011111111001010010101101010000111110010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,252,82); }

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

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

 a { background-color: rgb(139,252,82); }

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

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

 span { border-color: rgb(139,252,82); }

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