#86F133

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

Shades of Green Yellow #86F133

Tints of Green Yellow #86F133

Color information

#86F133 (or 0x86F133) is unknown color: approx Green Yellow. HEX triplet: 86, F1 and 33. RGB value is (134,241,51). Sum of RGB (Red+Green+Blue) = 134+241+51=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #86F133 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F133 is #790ECC. Grayscale: #BCBCBC. Windows color (decimal): -7933645 or 3404166. OLE color: 3404166.

HSL color Cylindrical-coordinate representation of color #86F133: hue angle of 93.79º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86F133 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB13424151-
CMYK0.4400.790.05
HSL93.79º87.16%57.25%-
HSV(B)93.79º78.84%94.51%-
XYZ41.8868.2214.09-
YUV187.3551.0589.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 241 (94.53% from 255) = 56.57%
BLUE value IS 51 (20.31% from 255) = 11.97%
R=31.46%
G=56.57%
B=11.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134241510.4400.790.0593.7987.1657.25
Hex86F1332C04F55e5739
Octal20636163540117513612771
Binary10000110111100011100111011000100111110110111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,241,51); }

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

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

 a { background-color: rgb(134,241,51); }

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

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

 span { border-color: rgb(134,241,51); }

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