#86FD36

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

Shades of Green Yellow #86FD36

Tints of Green Yellow #86FD36

Color information

#86FD36 (or 0x86FD36) is unknown color: approx Green Yellow. HEX triplet: 86, FD and 36. RGB value is (134,253,54). Sum of RGB (Red+Green+Blue) = 134+253+54=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FD36 is #7902C9. Grayscale: #C3C3C3. Windows color (decimal): -7930570 or 3603846. OLE color: 3603846.

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

Color convert

RGB13425354-
CMYK0.4700.790.01
HSL95.88º98.03%60.2%-
HSV(B)95.88º78.66%99.22%-
XYZ45.6275.5915.67-
YUV194.7348.5884.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 253 (99.22% from 255) = 57.37%
BLUE value IS 54 (21.48% from 255) = 12.24%
R=30.39%
G=57.37%
B=12.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134253540.4700.790.0195.8898.0360.2
Hex86FD362F04F160623c
Octal20637566570117114014274
Binary100001101111110111011010111101001111111000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,253,54); }

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

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

 a { background-color: rgb(134,253,54); }

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

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

 span { border-color: rgb(134,253,54); }

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