#86FC42

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

Shades of Green Yellow #86FC42

Tints of Green Yellow #86FC42

Color information

#86FC42 (or 0x86FC42) is unknown color: approx Green Yellow. HEX triplet: 86, FC and 42. RGB value is (134,252,66). Sum of RGB (Red+Green+Blue) = 134+252+66=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FC42 is #7903BD. Grayscale: #C4C4C4. Windows color (decimal): -7930814 or 4390022. OLE color: 4390022.

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

Color convert

RGB13425266-
CMYK0.4700.740.01
HSL98.06º96.88%62.35%-
HSV(B)98.06º73.81%98.82%-
XYZ45.6375.0817.24-
YUV195.5154.9184.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 252 (98.83% from 255) = 55.75%
BLUE value IS 66 (26.17% from 255) = 14.60%
R=29.65%
G=55.75%
B=14.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134252660.4700.740.0198.0696.8862.35
Hex86FC422F04A162613e
Octal206374102570112114214176
Binary1000011011111100100001010111101001010111000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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