#8BFF52

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

Shades of Screamin' Green #8BFF52

Tints of Screamin' Green #8BFF52

Color information

#8BFF52 (or 0x8BFF52) is unknown color: approx Screamin' Green. HEX triplet: 8B, FF and 52. RGB value is (139,255,82). Sum of RGB (Red+Green+Blue) = 139+255+82=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFF52 is #7400AD. Grayscale: #C9C9C9. Windows color (decimal): -7602350 or 5439371. OLE color: 5439371.

HSL color Cylindrical-coordinate representation of color #8BFF52: hue angle of 100.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BFF52 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB13925582-
CMYK0.4500.680
HSL100.23º100%66.08%-
HSV(B)100.23º67.84%100%-
XYZ47.9377.6220.44-
YUV200.5961.0784.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.20%
GREEN value IS 255 (100% from 255) = 53.57%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=29.20%
G=53.57%
B=17.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal139255820.4500.680100.2310066.08
Hex8BFF522D0440646442
Octal2133771225501040144144102
Binary10001011111111111010010101101010001000110010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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