#86FC4B

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

Shades of Screamin' Green #86FC4B

Tints of Screamin' Green #86FC4B

Color information

#86FC4B (or 0x86FC4B) is unknown color: approx Screamin' Green. HEX triplet: 86, FC and 4B. RGB value is (134,252,75). Sum of RGB (Red+Green+Blue) = 134+252+75=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FC4B is #7903B4. Grayscale: #C5C5C5. Windows color (decimal): -7930805 or 4979846. OLE color: 4979846.

HSL color Cylindrical-coordinate representation of color #86FC4B: hue angle of 100º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86FC4B is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB13425275-
CMYK0.4700.700.01
HSL100º96.72%64.12%-
HSV(B)100º70.24%98.82%-
XYZ45.9175.218.75-
YUV196.5459.4183.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 252 (98.83% from 255) = 54.66%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=29.07%
G=54.66%
B=16.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134252750.4700.700.0110096.7264.12
Hex86FC4B2F0461646140
Octal2063741135701061144141100
Binary10000110111111001001011101111010001101110010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86FC4B; }

 p { color: rgb(134,252,75); }

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

<style>
 a { background-color: #86FC4B; }

 a { background-color: rgb(134,252,75); }

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

<style>
 span { border-color: #86FC4B; }

 span { border-color: rgb(134,252,75); }

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