#86CF18

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

Shades of Yellow Green #86CF18

Tints of Yellow Green #86CF18

Color information

#86CF18 (or 0x86CF18) is unknown color: approx Yellow Green. HEX triplet: 86, CF and 18. RGB value is (134,207,24). Sum of RGB (Red+Green+Blue) = 134+207+24=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CF18 is #7930E7. Grayscale: #A4A4A4. Windows color (decimal): -7942376 or 1625990. OLE color: 1625990.

HSL color Cylindrical-coordinate representation of color #86CF18: hue angle of 83.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86CF18 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB13420724-
CMYK0.3500.880.19
HSL83.93º79.22%45.29%-
HSV(B)83.93º88.41%81.18%-
XYZ32.3149.768.77-
YUV164.3148.82106.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 207 (81.25% from 255) = 56.71%
BLUE value IS 24 (9.77% from 255) = 6.58%
R=36.71%
G=56.71%
B=6.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134207240.3500.880.1983.9379.2245.29
Hex86CF182305813544f2d
Octal206317304301302312411755
Binary100001101100111111000100011010110001001110101001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,207,24); }

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

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

 a { background-color: rgb(134,207,24); }

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

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

 span { border-color: rgb(134,207,24); }

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